limit user select for loadGroupApps (only need 1)

add-archived-and-accountType-columns
Moe 2020-08-05 18:59:58 -07:00
parent f29e77846c
commit 8cc22ffde4
1 changed files with 2 additions and 1 deletions

View File

@ -454,7 +454,8 @@ module.exports = function(s,config,lang){
where: [
['ke','=',e.ke],
['details','NOT LIKE',`%"sub"%`],
]
],
limit: 1
},(err,r) => {
if(r && r[0]){
r = r[0];