Merge pull request #438 from bipproduction/amalia/30-apr-25
upd: mobile api
This commit is contained in:
@@ -21,7 +21,7 @@ export async function GET(request: Request) {
|
|||||||
|
|
||||||
const user = await funGetUserById({ id: userMobile })
|
const user = await funGetUserById({ id: userMobile })
|
||||||
|
|
||||||
if (idGroup == "null" || idGroup == undefined || idGroup == "") {
|
if (idGroup == "null" || idGroup == "undefined" || idGroup == undefined || idGroup == "") {
|
||||||
grup = user.idGroup
|
grup = user.idGroup
|
||||||
} else {
|
} else {
|
||||||
grup = idGroup
|
grup = idGroup
|
||||||
|
|||||||
Reference in New Issue
Block a user