Merge pull request #438 from bipproduction/amalia/30-apr-25

upd: mobile api
This commit is contained in:
Amalia
2025-04-30 17:15:52 +08:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ export async function GET(request: Request) {
const user = await funGetUserById({ id: userMobile })
if (idGroup == "null" || idGroup == undefined || idGroup == "") {
if (idGroup == "null" || idGroup == "undefined" || idGroup == undefined || idGroup == "") {
grup = user.idGroup
} else {
grup = idGroup