Skip to content

Commit 0680aad

Browse files
committed
chore: Minor cleanup
1 parent dd04c4a commit 0680aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/controllers/authController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const handleCallback = (req: Request, res: Response) => {
4242
.map((url) => url.trim())
4343
.filter((url) => url.length > 0);
4444

45-
let frontendBaseUrl = allowedFrontendUrls[0]
45+
const frontendBaseUrl = allowedFrontendUrls[0];
4646

4747
if (!frontendBaseUrl) {
4848
// This is a server misconfiguration or critical error if no allowed URLs are configured.

0 commit comments

Comments
 (0)