Skip to content

Commit

Permalink
Fix url.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Timbological authored Sep 21, 2023
1 parent c060ebb commit 658289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const determineCallbackUrl = <T extends string | Promise<string>>(authCon
}
}
}

Check failure on line 70 in src/runtime/utils/url.ts

View workflow job for this annotation

GitHub Actions / test-module

Closing curly brace does not appear on the same line as the subsequent block
else if (authConfig.globalAppMiddleware? === true) {
else if (authConfig.globalAppMiddleware === true) {
return getOriginalTargetPath()
}
}

0 comments on commit 658289d

Please sign in to comment.