Skip to content

Commit

Permalink
Fix invalid migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphenized committed Jun 16, 2023
1 parent 403bc54 commit e0f0251
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion background/redux-slices/migrations/to-32.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const DEFAULT_AUTOLOCK_TIMER = 60
import { MINUTE } from "../../constants"

const DEFAULT_AUTOLOCK_TIMER = 60 * MINUTE

type OldState = {
ui: {
Expand Down

0 comments on commit e0f0251

Please sign in to comment.