fix: incorrect field status in getFieldsByAppId mock api data

This commit is contained in:
StevanFreeborn
2023-02-03 12:49:54 -06:00
parent d44782f310
commit 0c5b3bf3ae
+1 -1
View File
@@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
"lint-fix-staged": "eslint --ignore-path .eslintignore --ext .js,.ts . --fix",
"lint-fix-staged": "eslint --fix --ignore-path .eslintignore --ext .js,.ts .",
"format-staged": "pretty-quick --staged",
"format": "pretty-quick",
"build": "npm run tests && npm run format && tsc",