mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
fix: eslint no async error (#2947)
* fix: eslint no async error * just ignore
This commit is contained in:
@@ -971,6 +971,7 @@ export function createRestManager(options: CreateRestManagerOptions): RestManage
|
||||
return result.status !== 204 ? ((await result.json()) as any) : undefined
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-async-promise-executor
|
||||
return await new Promise(async (resolve, reject) => {
|
||||
const payload: SendRequestOptions = {
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user