mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 09:36:01 +00:00
isGeneratedScript TODO
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
const script = await createImpExpScript($extensions, values);
|
||||
executeNumber += 1;
|
||||
let runid = runnerId;
|
||||
const resp = await apiCall('runners/start', { script });
|
||||
const resp = await apiCall('runners/start', { script, isGeneratedScript: true });
|
||||
runid = resp.runid;
|
||||
runnerId = runid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user