I cant do the following:
let way = `Configuration.filters.${name}`
<schema>.findOneAndUpdate({ <query> }, { $set: { way: true } })
The variable "way" just dont works.
I cant do the following:
let way = `Configuration.filters.${name}`
<schema>.findOneAndUpdate({ <query> }, { $set: { way: true } })
The variable "way" just dont works.