removing blocked scope due to babel/issues/8709#issuecomment-421538014
This commit is contained in:
parent
fc334ecb60
commit
147da7c160
@ -135,7 +135,7 @@ export async function openTalerDatabase(
|
|||||||
|
|
||||||
if (currentMainVersion !== TALER_DB_NAME) {
|
if (currentMainVersion !== TALER_DB_NAME) {
|
||||||
switch (currentMainVersion) {
|
switch (currentMainVersion) {
|
||||||
case "taler-wallet-main-v2": {
|
case "taler-wallet-main-v2":
|
||||||
// We consider this a pre-release
|
// We consider this a pre-release
|
||||||
// development version, no migration is done.
|
// development version, no migration is done.
|
||||||
await metaDb
|
await metaDb
|
||||||
@ -149,7 +149,6 @@ export async function openTalerDatabase(
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
default:
|
default:
|
||||||
throw Error(
|
throw Error(
|
||||||
`migration from database ${currentMainVersion} not supported`,
|
`migration from database ${currentMainVersion} not supported`,
|
||||||
|
Loading…
Reference in New Issue
Block a user