瀏覽代碼

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{