upd: mobile api

Deskripsi:
- update api mobile position

No Issues
This commit is contained in:
amel
2025-04-30 17:09:05 +08:00
parent e364c4901d
commit 029baea3b8

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