Stop repeating cancelled scheduled Fetch

This commit is contained in:
vorotamoroz
2026-08-08 04:29:57 +00:00
parent b05309ad9c
commit d37af53858
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export function createFetchAllFlagHandler(
// Select the remote database if there are multiple remotes configured.
const isRemoteActivated = await askAndActivateRemoteDatabase(host, log);
if (!isRemoteActivated) {
return false;
return await cancelScheduledInitialisation(host, cleanupFlag);
}
// Ask user for use Fast Setup