This commit is contained in:
Florian Dold 2021-01-13 00:55:47 +01:00
parent 7de5ceaa74
commit 096d21189c
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -143,7 +143,7 @@ export async function openTalerDatabase(
value: TALER_DB_NAME,
});
} else {
currentMainVersion = dbVersionRecord.key;
currentMainVersion = dbVersionRecord.value;
}
});