mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
fix: types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { BASE_URL } from '../util/constants.js'
|
||||
import { BASE_URL } from '@discordeno/utils'
|
||||
import { createQueueBucket } from './createQueueBucket.js'
|
||||
import { RestPayload, RestRequest } from './rest.js'
|
||||
import { RestManager } from './restManager.js'
|
||||
|
||||
@@ -23,7 +23,6 @@ export async function runMethod<T = any> (
|
||||
)
|
||||
|
||||
const errorStack = new Error('Location:')
|
||||
// @ts-expect-error Breaks deno deploy. Luca said add ts-ignore until it's fixed
|
||||
Error.captureStackTrace(errorStack)
|
||||
|
||||
// For proxies we don't need to do any of the legwork so we just forward the request
|
||||
|
||||
Reference in New Issue
Block a user