fix: incorrect field status in getFieldsByAppId mock api data
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
|
"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-staged": "pretty-quick --staged",
|
||||||
"format": "pretty-quick",
|
"format": "pretty-quick",
|
||||||
"build": "npm run tests && npm run format && tsc",
|
"build": "npm run tests && npm run format && tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user