We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b74ea1 commit 99b2d0bCopy full SHA for 99b2d0b
src/actions/update-profile.ts
@@ -18,7 +18,6 @@ export async function updateProfile(formData: FormData) {
18
throw new Error("Not authenticated");
19
}
20
21
- // ✅ same fix – no Number(...)
22
const userId = session.user.id as any;
23
24
const name = formData.get("name");
0 commit comments