mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
.
This commit is contained in:
parent
35c92ffcf4
commit
e7a817f9c0
2 changed files with 77 additions and 3 deletions
|
|
@ -163,12 +163,12 @@ export async function runMigrations() {
|
|||
}, {}),
|
||||
progress: {
|
||||
...countdown.progress,
|
||||
type: countdown.progress.value
|
||||
type: countdown.progress.type.value
|
||||
}
|
||||
};
|
||||
|
||||
return acc;
|
||||
});
|
||||
}, {});
|
||||
};
|
||||
|
||||
await countdownSettings.updateSource({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue