removing blocked scope due to babel/issues/8709#issuecomment-421538014

This commit is contained in:
Sebastian 2021-08-24 13:24:09 -03:00
parent fc334ecb60
commit 147da7c160
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -135,7 +135,7 @@ export async function openTalerDatabase(
if (currentMainVersion !== TALER_DB_NAME) {
switch (currentMainVersion) {
case "taler-wallet-main-v2": {
case "taler-wallet-main-v2":
// We consider this a pre-release
// development version, no migration is done.
await metaDb
@ -149,7 +149,6 @@ export async function openTalerDatabase(
});
});
break;
}
default:
throw Error(
`migration from database ${currentMainVersion} not supported`,