fix: remove lingering input mask: false
This commit is contained in:
@@ -67,7 +67,7 @@ export const editProfile = protectedServerActionProcedure
|
||||
}
|
||||
}
|
||||
|
||||
const profile = await serverClient().user.get({ mask: false })
|
||||
const profile = await serverClient().user.get()
|
||||
if (!profile || "error" in profile) {
|
||||
console.error(
|
||||
"editProfile profile fetch error",
|
||||
|
||||
Reference in New Issue
Block a user