1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-02 06:13:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-05-14 12:26:52 +08:00
parent d1920cdb4f
commit af932665fe
6 changed files with 35 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ export async function updateBackupEndpoints() {
logger('fetch remote endpoints:', remoteEndpoints);
logger('merged backup endpoints:', backupEndpoints);
}
} catch (e) {
} catch (e: any) {
logger('fetch remote endpoints failed');
}
}