elasticio / casbin-mongoose-adapter

Mongoose adapter for Casbin
Apache License 2.0
15 stars 3 forks source link

Fix adapter close #8

Open Sefriol opened 4 years ago

Sefriol commented 4 years ago

Updated dependancies and noticed at the same time that MongoDB connection.close is async/promise function which should be awaited.

Tests did not raise any other errors, but I'm not sure whether test coverage is good enough for something else to not break.