Skip to content

Commit fba9f94

Browse files
committed
add annelisId to email-types projection
1 parent 0c18e64 commit fba9f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/commons/queries/email-types.query.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default [
88
id: 1,
99
usualName: 1,
1010
otherNames: { $ifNull: ['$otherNames', []] },
11+
annelisId: 1,
1112
createdBy: 1,
1213
updatedBy: 1,
1314
createdAt: 1,

0 commit comments

Comments
 (0)