We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a85b8 commit b03e94bCopy full SHA for b03e94b
app/store/migrations/096.ts
@@ -23,7 +23,7 @@ function fixCondition(order: Order): boolean {
23
* Migration: Fix deposit orders data with invalid type of values by forcing refresh
24
*/
25
const migration = async (state: unknown): Promise<unknown> => {
26
- const migrationVersion = 99;
+ const migrationVersion = 96;
27
28
// Ensure the state is valid for migration
29
if (!ensureValidState(state, migrationVersion)) {
0 commit comments