howdyai / botkit-storage-mongo

A MongoDB storage driver for Botkit
MIT License
54 stars 42 forks source link

findAndModify deprecrated by newer monk #24

Closed alecl closed 7 years ago

alecl commented 7 years ago

DEPRECATED (collection.findAndModify): use collection.findOneAndUpdate instead (see https://Automattic.github.io/monk/docs/collection/findOneAndUpdate.html)

Looks like the method used needs an update