Fix unused var and pseudorandom warnings
This commit is contained in:
@@ -61,7 +61,7 @@ export async function serverAddress() {
|
||||
let config;
|
||||
try {
|
||||
config = await resp.json();
|
||||
} catch (err) {
|
||||
} catch {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user