We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delete is not working
The text was updated successfully, but these errors were encountered:
srjay@Jays-MacBook-Air Hypro % yarn dev yarn run v1.22.22 $ cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts nodemon [nodemon] 3.1.7 [nodemon] to restart at any time, enter rs [nodemon] watching path(s): server.ts src/collections/**/*.ts src/trpc/index.ts [nodemon] watching extensions: js,ts [nodemon] starting ts-node --project tsconfig.server.json src/server.ts -- -I uncaughtException src/services/cloudinaryService.ts:91:43 - error TS7006: Parameter '_' implicitly has an 'any' type.
rs
ts-node --project tsconfig.server.json src/server.ts -- -I
91 return (req: CloudinaryPluginRequest, _, next) => { ~ src/services/cloudinaryService.ts:91:46 - error TS7006: Parameter 'next' implicitly has an 'any' type.
91 return (req: CloudinaryPluginRequest, _, next) => { ~~~~
[nodemon] app crashed - waiting for file changes before starting...
Sorry, something went wrong.
No branches or pull requests
delete is not working
The text was updated successfully, but these errors were encountered: