mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 07:56:50 +02:00
chore: setup eslint and prettier with code formatting
This commit is contained in:
@@ -40,7 +40,7 @@ export default function EncodeViewer({ args }: EncodeViewerProps) {
|
||||
...parsed,
|
||||
relays: relays.length > 0 ? relays : undefined,
|
||||
});
|
||||
} catch (err) {
|
||||
} catch {
|
||||
return null;
|
||||
}
|
||||
}, [parsed, relays]);
|
||||
|
||||
Reference in New Issue
Block a user