Skip to content

Commit

Permalink
chore: remove unneeded ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Aug 10, 2024
1 parent 84b55b1 commit 97d1a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node/Rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ export class Rest {
.finally(() => clearTimeout(timeout));

if (!request.ok) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
const response = await request
.json()
.catch(() => null) as LavalinkRestError | null;
Expand Down

0 comments on commit 97d1a12

Please sign in to comment.