This commit is contained in:
Surya Paolo
2024-01-09 15:31:59 +01:00
parent 4cdc4f7de1
commit 3dfb990620
4 changed files with 2 additions and 129 deletions

View File

@@ -346,7 +346,7 @@ MyGroupSchema.statics.getInfoGroupByGroupname = async function (idapp, groupname
return null;
}
return ris;
return null;
};