refactor: Add lint rules for no unused vars and unused import (#9940)
This commit is contained in:
@@ -31,7 +31,7 @@ class HTTPResponse {
|
||||
if (!_data) {
|
||||
try {
|
||||
_data = JSON.parse(getText());
|
||||
} catch (e) {
|
||||
} catch {
|
||||
/* */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user