mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-23 20:21:53 +00:00
Fix coding standards for typescript-eslint 8
This commit is contained in:
@@ -50,7 +50,7 @@ export const selectServer = (buildShlinkApiClient: ShlinkApiClientBuilder) => cr
|
||||
version,
|
||||
printableVersion,
|
||||
};
|
||||
} catch (e) {
|
||||
} catch {
|
||||
return { ...selectedServer, serverNotReachable: true };
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user