mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 11:00:09 -06:00
plz
This commit is contained in:
@@ -30,8 +30,8 @@ export const fetchServer : () => Promise<JellifyServer> = () => new Promise(asyn
|
||||
|
||||
let serverJson = await AsyncStorage.getItem(AsyncStorageKeys.ServerUrl);
|
||||
|
||||
if (_.isNull(serverJson) || serverJson.length < 20)
|
||||
// if (_.isNull(serverJson) || serverJson.length < 20)
|
||||
throw new Error("No stored server address exists");
|
||||
|
||||
resolve(JSON.parse(serverJson) as JellifyServer);
|
||||
// resolve(JSON.parse(serverJson) as JellifyServer);
|
||||
});
|
||||
Reference in New Issue
Block a user