mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
fix(http): adjust client id argument name on request command usage
This commit is contained in:
@@ -338,7 +338,7 @@ class Client {
|
||||
options.responseType = ResponseType.Text
|
||||
}
|
||||
return invoke<IResponse<T>>('plugin:http|request', {
|
||||
client: this.id,
|
||||
clientId: this.id,
|
||||
options
|
||||
}).then((res) => {
|
||||
const response = new Response(res)
|
||||
|
||||
Reference in New Issue
Block a user