Skip to content

Commit ca4a0cc

Browse files
author
Hans Kristian Flaatten
committed
fix(test): remove unnecessary quotes for property 'owner'
1 parent 8604e8a commit ca4a0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/profile/controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ app.post('/link', (req, res, next) => {
6969

7070
const query = {
7171
'apps.key.prod': req.body.api_key,
72-
'owner': { $size: 0 },
72+
owner: { $size: 0 },
7373
};
7474

7575
ApiUser.findOne(query).exec((findErr, doc) => {

0 commit comments

Comments
 (0)