mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
chore: fix leftover eslint exceptions
This commit is contained in:
@@ -16,7 +16,6 @@ const responseOptions: MockInterceptor.MockResponseOptions = {
|
||||
};
|
||||
|
||||
const api = new REST().setToken('A-Very-Fake-Token');
|
||||
// eslint-disable-next-line @typescript-eslint/no-misused-promises
|
||||
const server = createServer(proxyRequests(api));
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user