Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui hace 1 año
padre
commit
be3a15d25b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/app/utils/commonUtil.ts

+ 1
- 1
src/app/utils/commonUtil.ts Ver fichero

@@ -63,5 +63,5 @@ export const getUserAbilities = async () => {

export const getUserStaff = async () => {
const session = await getServerSession(authOptions) as SessionWithTokens;
return session?.staff
return session?.staff as SessionStaff
}

Cargando…
Cancelar
Guardar