Skip to content

Commit 39f6a7c

Browse files
committed
fix(Releasing): Erasing lines to understand semantic release
1 parent fdebf30 commit 39f6a7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/users/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports= {
2323
},
2424
getUsers: function*(uid){
2525

26-
//var user = yield DBUser.findOne({_id:uid}).select('-_id -__v');
2726
var user = yield DBUser.findById(uid);
2827
this.body = user;
2928
this.status = 200;

0 commit comments

Comments
 (0)