mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-07 23:31:24 +08:00
change timeout of get user info
This commit is contained in:
@@ -100,7 +100,7 @@ export default class SqlitePlugin {
|
||||
hooks.userInfoResponse.tapPromise(
|
||||
"SqlitePlugin",
|
||||
async (userInfoResponse) => {
|
||||
if (userInfoResponse.code !== 0) {
|
||||
if (!userInfoResponse || userInfoResponse.code !== 0) {
|
||||
return;
|
||||
}
|
||||
const { zpData: userInfo } = userInfoResponse;
|
||||
|
||||
Reference in New Issue
Block a user