Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 6, 2023
1 parent 41c5378 commit 2698d59
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ export function checkAndMigrateProfiles(): void {

function migrateEachVersion(): void {
let migrationVersion = get(currentProfileVersion)

for (migrationVersion; migrationVersion < PROFILE_VERSION; migrationVersion++) {
migratePersistedProfile(migrationVersion)

currentProfileVersion.set(migrationVersion + 1)
}
}
Expand Down

0 comments on commit 2698d59

Please sign in to comment.