mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 18:53:38 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -24,7 +24,7 @@ export function useImportCurl() {
|
||||
workspaceId,
|
||||
});
|
||||
|
||||
let verb;
|
||||
let verb: string;
|
||||
if (overwriteRequestId == null) {
|
||||
verb = 'Created';
|
||||
await createRequestAndNavigate(importedRequest);
|
||||
|
||||
Reference in New Issue
Block a user