add comment on why checkSubscription

This commit is contained in:
Girish Ramakrishnan
2025-10-02 11:37:26 +02:00
parent b511b0c39a
commit 6c1b07a7f1
+1 -1
View File
@@ -207,7 +207,7 @@ async function restoreTask(backupSite, remotePath, ipv4Config, ipv6Config, optio
await eventlog.add(eventlog.ACTION_RESTORE, auditSource, { remotePath });
await appstore.checkSubscription();
await appstore.checkSubscription(); // never throws. worst case, user has to visit the Account view to refresh subscription info
setImmediate(() => safe(platform.onActivated({ backupSite, skipDnsSetup: options.skipDnsSetup }), { debug }));
} catch (error) {