Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 11, 2024
1 parent b29077f commit 32e3b76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,8 @@
}
// Order of checks is intentional
// TODO overzealous error checking?
NeedsSmm2Migration().then((needsMigration) => {
if (needsMigration) {
// TODO actually perform profile migration
displayMigrationModal = true;
}
}).catch((err) => {
Expand Down

0 comments on commit 32e3b76

Please sign in to comment.