mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:12 +01:00
Database access refactor (#190)
This commit is contained in:
@@ -25,7 +25,7 @@ export function useCreateHttpRequest() {
|
||||
}
|
||||
}
|
||||
patch.folderId = patch.folderId || activeRequest?.folderId;
|
||||
return invokeCmd<HttpRequest>('cmd_create_http_request', {
|
||||
return invokeCmd<HttpRequest>('cmd_upsert_http_request', {
|
||||
request: { workspaceId, ...patch },
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user