Skip to content

Commit 7e4d7aa

Browse files
committed
fix
1 parent c6350fb commit 7e4d7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/update-profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ export async function updateProfile(formData: FormData) {
3939
.where(eq(users.id, userId));
4040

4141
revalidatePath("/profile");
42-
}
42+
}

0 commit comments

Comments
 (0)