Skip to content

Commit

Permalink
fixstate
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <[email protected]>
  • Loading branch information
wzrdtales committed Jul 14, 2024
1 parent 6acaf40 commit d5f9741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = {
return Promise.resolve();
}

await driver._updateKV(internals.migrationState, SSTATE, internals.schema);
await driver._updateKV(internals.migrationState, SSTATE, JSON.stringify(internals.schema));

return driver._updateKV(
internals.migrationState,
Expand Down

0 comments on commit d5f9741

Please sign in to comment.