Skip to content

Commit 322d335

Browse files
committed
Updated seach functionality
1 parent 8dbc4b3 commit 322d335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/models/UserModel.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Insert the MongoDB URI for your private User database in place of the example URI provided below.
2-
const MONGO_URI = ;
2+
const MONGO_URI = '';
33

44
const mongoose = require('mongoose');
55

0 commit comments

Comments
 (0)