This commit is contained in:
Dhruwang
2024-11-08 15:18:33 +05:30
parent 60139afd81
commit 7616133a25
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -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
View File
@@ -43,7 +43,8 @@
},
"lint-staged": {
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [
"prettier --write"
"prettier --write",
"eslint --fix"
],
"*.json": [
"prettier --write"