mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 21:51:59 +02:00
Fix all lint errors
This commit is contained in:
@@ -16,7 +16,8 @@ export function JsonViewer({ response, className }: Props) {
|
||||
let parsed = {};
|
||||
try {
|
||||
parsed = JSON.parse(rawBody.data);
|
||||
} catch (e) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
} catch (err) {
|
||||
// Nothing yet
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user