Skip to content

Commit fed9a74

Browse files
committed
:chore: Add return (2446)
1 parent 1137f7c commit fed9a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(auth)/signup/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ export const actions: Actions = {
8484

8585
// redirect to
8686
// make sure you don't throw inside a try/catch block!
87-
redirect(SEE_OTHER, HOME_PAGE);
87+
return redirect(SEE_OTHER, HOME_PAGE);
8888
},
8989
};

0 commit comments

Comments
 (0)