Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dev7 committed May 9, 2022
1 parent 300d03e commit 332c577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/todoService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { compareSync } = require('bcrypt');
const Todo = require('../model/todo');
const user = require('../model/user');

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

0 comments on commit 332c577

Please sign in to comment.