Skip to content

Commit

Permalink
removed unused declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
SxMAbel committed Jan 13, 2024
1 parent 989bd54 commit 1ee4964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@
"homepage": "https://docs.blackforthosting.com",
"author": "Abel Purnwasy",
"license": "Apache-2.0"
}
}
2 changes: 1 addition & 1 deletion src/structures/Utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-empty-function, @typescript-eslint/no-unused-vars, @typescript-eslint/no-var-requires*/
import { Manager } from "./Manager";
import { Node, NodeStats } from "./Node";
import { Player, Track, TrackPluginInfo, UnresolvedTrack } from "./Player";
import { Player, Track, UnresolvedTrack } from "./Player";
import { Queue } from "./Queue";

/** @hidden */
Expand Down

0 comments on commit 1ee4964

Please sign in to comment.