diff --git a/src/App.tsx b/src/App.tsx index bf3b22ba..192f9727 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -213,7 +213,7 @@ const ResumeMigration = () => { useEffect(() => { if (!MigrationManager.isActive()) { navigator.locks - .request('migration-executor', async () => { + ?.request('migration-executor', async () => { const resumed = await MigrationManager.resume(); if (resumed) { await MigrationManager.awaitCompletion();