mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-21 13:40:31 -06:00
fix: added logging in actionClient (#3695)
This commit is contained in:
@@ -11,6 +11,7 @@ export const actionClient = createSafeActionClient({
|
||||
} else if (e instanceof AuthorizationError) {
|
||||
return e.message;
|
||||
}
|
||||
console.error("SERVER ERROR: ", e);
|
||||
|
||||
return DEFAULT_SERVER_ERROR_MESSAGE;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user