Prechádzať zdrojové kódy

fix: session sync user spell issue

ryanemax 9 mesiacov pred
rodič
commit
40aea2fcd4

+ 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{