Fix TypeError

This commit is contained in:
schroda
2026-06-07 00:34:31 +02:00
parent 024e814254
commit e94012b39a

View File

@@ -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();