Skip to content

Commit 332c577

Browse files
authored
Add files via upload
1 parent 300d03e commit 332c577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/todoService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const { compareSync } = require('bcrypt');
22
const Todo = require('../model/todo');
3+
const user = require('../model/user');
34

45
getTodos = () => {
56
return Todo.find({}).populate('user').exec();

0 commit comments

Comments
 (0)