Skip to content

Commit b03e94b

Browse files
committed
fix(deposit): migration version for logging
1 parent 54a85b8 commit b03e94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/store/migrations/096.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function fixCondition(order: Order): boolean {
2323
* Migration: Fix deposit orders data with invalid type of values by forcing refresh
2424
*/
2525
const migration = async (state: unknown): Promise<unknown> => {
26-
const migrationVersion = 99;
26+
const migrationVersion = 96;
2727

2828
// Ensure the state is valid for migration
2929
if (!ensureValidState(state, migrationVersion)) {

0 commit comments

Comments
 (0)