Dušan Kmeť

Results 3 comments of Dušan Kmeť

Maybe related/solved by this https://github.com/nodejs/node/pull/33278 ?

I'm dealing with same/similar problem, need to remove additional data without throwing errors. - when i set `"additionalProperties: false"` into schema validator throw errors - when i add to `Ajv`...

Same for me in code (second parameter is array): ``` return await this.persister.chats.find(accountId, [ { field: 'extId', value: values.extId }, ]) ``` ...and there is no `find` call anywhere