This commit is contained in:
@@ -183,14 +183,14 @@ export default {
|
||||
return;
|
||||
}
|
||||
//call erase
|
||||
await window.$gz.api.upsertEx(
|
||||
await window.$gz.api.upsert(
|
||||
"license/permanently-erase-all-data",
|
||||
"I understand"
|
||||
);
|
||||
}
|
||||
|
||||
//call seed route
|
||||
let jobId = await window.$gz.api.upsertEx(
|
||||
let jobId = await window.$gz.api.upsert(
|
||||
`trial/seed/${vm.obj.seedLevel}/${vm.obj.timeZoneOffset}`
|
||||
);
|
||||
if (jobId.error) {
|
||||
|
||||
Reference in New Issue
Block a user