Try to update MongoDB document Getting Deprecation Warning as
(node:71307) [DEP0079] DeprecationWarning: Custom inspection function on Objects via
You should add the options useCreateIndex to your connect method
useCreateIndex
mongoose.connect(keys.mongoURI, { useNewUrlParser: true, useCreateIndex: true, })