Skip to content

Commit 99b2d0b

Browse files
committed
Created Profile Page
1 parent 6b74ea1 commit 99b2d0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/actions/update-profile.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export async function updateProfile(formData: FormData) {
1818
throw new Error("Not authenticated");
1919
}
2020

21-
// ✅ same fix – no Number(...)
2221
const userId = session.user.id as any;
2322

2423
const name = formData.get("name");

0 commit comments

Comments
 (0)