Skip to content

Commit 4397452

Browse files
chore: format
1 parent 52d59bb commit 4397452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_official-jokes/app/routes/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function validatePassword(password: string) {
3737
}
3838

3939
function validateUrl(url: string) {
40-
let urls = ["/jokes", "/", "https://remix.run"];
40+
const urls = ["/jokes", "/", "https://remix.run"];
4141
if (urls.includes(url)) {
4242
return url;
4343
}

0 commit comments

Comments
 (0)