Gennadiy Popov
Gennadiy Popov
Have the same error
I think for this purposes we can use beforeEntityUpdate, as example ``` async beforeEntityUpdate(entity, ctx) { this.validateEntity(entity) return entity; }, ```
Still waiting!)
Same issue. vscode -latest
Same problem - I use node 20 and Bun 0.6.13 - reproduce in both
Sorry for this. This module is wrapper for cleantalk service. https://cleantalk.org/help/Connection-CleanTalk-API Some example you can find here https://github.com/westtrade/cleantalk/blob/master/examples/httpServer.js. https://github.com/westtrade/cleantalk/blob/master/examples/httpServer.js#L152 I write full documentation in the next few days.
> 1. Make an API endpoint that returns the `Deno.env.get('DENO_DEPLOYMENT_ID')` [[1]](https://docs.deno.com/deploy/manual/environment-variables/#default-environment-variables) It will cause > Env vars cannot begin with DENO_ error