feat: remove validation for upload image

This commit is contained in:
caturbgs
2021-12-21 13:35:04 +07:00
parent 1ea1e5cf46
commit ebcf216fa7
2 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:formatted": "nest start | pino-pretty",
"start:dev": "nest start --watch",
"start:dev": "nest start --watch | pino-pretty",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",