Skip to content

Commit

Permalink
Make migrate non-async
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jun 11, 2019
1 parent eafb0d5 commit 4e1f9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/database/migrate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import localKeys from './old.localKeys.1'
import keys from './old.keystore.1'

avatar()
localKeys()
keys()
.finally(() => localKeys())
.finally(() => keys())

0 comments on commit 4e1f9ca

Please sign in to comment.