You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed error handling from UserModel when connecting to database which caused an error preventing chronos from running Co-authored-by: Jon Cruz
<Jrcrz@users.noreply.github.com>
Co-authored-by: Elena Atencio
<elenaatencio@users.noreply.github.com>
Co-authored-by: Iris Wong
<wiris316@users.noreply.github.com>
Co-authored-by: John Donato
<jdonuto@users.noreply.github.com>
Copy file name to clipboardExpand all lines: electron/databases/mongo.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import mongoose from 'mongoose';
3
3
// Mongoose connection wrapped in function that takes the index of the selected database as the parameter. This index is used to target the correct database for querying.
0 commit comments