fix: production readiness things
This commit is contained in:
@@ -131,6 +131,8 @@ export const editProfile = protectedServerActionProcedure
|
||||
message: intl.formatMessage({ id: "Successfully updated profile!" }),
|
||||
status: Status.success,
|
||||
}
|
||||
} else {
|
||||
console.log(`[edit profile] body: ${JSON.stringify(body)}`)
|
||||
}
|
||||
|
||||
const apiResponse = await api.patch(api.endpoints.v1.profile, {
|
||||
|
||||
Reference in New Issue
Block a user