Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 2f41b3a

Browse files
author
Chirag Patel
committed
set app for modules
1 parent ea979d2 commit 2f41b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/src/services/roles/roles.hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040

4141
var find2 = async (hook) => {
4242
if (hook.params.query.module === undefined) {
43-
hook.params.query.module = {$in: ['uploader', 'webbuilder', 'crm', 'vshopdata']}
43+
hook.params.query.module = {$in: ['uploader', 'webbuilder', 'crm', 'subscription','vshopdata', 'vmail', 'dbetl', 'mom']}
4444
}
4545
hook.params.paginate = {default: 1000, max: 1000}
4646
}

0 commit comments

Comments
 (0)