Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 635ae2b

Browse files
skip populate on associate candos
1 parent 94d34bc commit 635ae2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/services/contributions/hooks/get-associated-can-dos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function (options = {}) { // eslint-disable-line no-unused-vars
3131
type: 'cando',
3232
isEnabled: true
3333
}
34-
})
34+
}, { _populate: 'skip' })
3535
.then(({data}) => {
3636
let associatedCanDos = [];
3737
while (associatedCanDos.length < limit && data.length) {

0 commit comments

Comments
 (0)