소스 검색

fix: session sync user spell issue

ryanemax 9 달 전
부모
커밋
40aea2fcd4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      server/cloud/authing/func-authing-session-sync.js

+ 2 - 2
server/cloud/authing/func-authing-session-sync.js

@@ -118,8 +118,8 @@ async function getParseUserByAuthingUser(user){
         user?.id,
         user?.externalId,
         user?.username,
-        uesr?.phone,
-        uesr?.mobile,
+        user?.phone,
+        user?.mobile,
     ]
     let data = [] 
     try{