Skip to content

Commit c1d9869

Browse files
committed
fix flag
1 parent 36f3579 commit c1d9869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/insomnia/src/ui/routes/auth.login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface LoaderData {
3737
}
3838

3939
export const loader: LoaderFunction = async () => {
40-
const hasProjectsToMigrate = await shouldRunMigration() || true;
40+
const hasProjectsToMigrate = await shouldRunMigration();
4141

4242
return {
4343
hasProjectsToMigrate,

0 commit comments

Comments
 (0)