anishathalye / offix

"Who is in the office?" 👀
https://anishathalye.com/whos-in-the-office/
GNU General Public License v3.0
186 stars 27 forks source link

Fix Mongoose not AutoPushing db updates #13

Closed robobenklein closed 6 years ago

robobenklein commented 6 years ago

The pushAll got deprecated and then removed in later MongoDB versions, so Mongoose has an option to workaround that.

Using this for UTK IEEE Robotics team - love the app!

anishathalye commented 6 years ago

Thanks for reporting this and submitting a pull request! I’ll try to take a look by the end of this week.

On Aug 24, 2018, at 5:32 PM, Ben Klein notifications@github.com wrote:

The pushAll got deprecated and then removed in later MongoDB versions, so Mongoose has an option to workaround that.

Using this for UTK IEEE Robotics team - love the app!

You can view, comment on, or merge this pull request online at:

https://github.com/anishathalye/offix/pull/13

Commit Summary

Fix mongodb user mac updating File Changes

M offix-web/models/user.js (3) Patch Links:

https://github.com/anishathalye/offix/pull/13.patch https://github.com/anishathalye/offix/pull/13.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

anishathalye commented 6 years ago

Thanks for the patch!