veliovgroup / mail-time

📮 Email queue extending NodeMailer with multi SMTP transports and horizontally scaled applications support

Home Page:https://www.npmjs.com/package/mail-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning of deprecated MongoDB driver method

opened this issue · comments

I'm having an issue:

(node:4212) [MONGODB DRIVER] Warning: cursor.count is deprecated and will be removed in the next major version, please use collection.estimatedDocumentCount or collection.countDocuments instead

I have a suggestion:

  • Change cursor.count in these locations to collection.countDocuments as suggested

Thanks a lot !