mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 11:29:22 -05:00
tweaks
This commit is contained in:
@@ -22,7 +22,6 @@ export const actionClient = createSafeActionClient({
|
||||
}
|
||||
|
||||
console.error("SERVER ERROR: ", e);
|
||||
if (e.message) return e.message;
|
||||
return DEFAULT_SERVER_ERROR_MESSAGE;
|
||||
},
|
||||
});
|
||||
|
||||
+2
-1
@@ -43,7 +43,8 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [
|
||||
"prettier --write"
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
],
|
||||
"*.json": [
|
||||
"prettier --write"
|
||||
|
||||
Reference in New Issue
Block a user