Skip to content

Commit

Permalink
config save not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Dec 21, 2023
1 parent 625b7e9 commit b6aa9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const migration: T.ExpectedExports.migration = compat.migrations
(config) => {
return config;
},
false,
true,
{ version: "1.21.2", type: "up" }
),
down: () => {
Expand Down

0 comments on commit b6aa9df

Please sign in to comment.