mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
fix: remove unused import
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { RestManager } from "./restManager.ts";
|
||||
import { API_VERSION, BASE_URL, baseEndpoints, IMAGE_BASE_URL } from "../util/constants.ts";
|
||||
import { API_VERSION, BASE_URL, baseEndpoints } from "../util/constants.ts";
|
||||
import { RestRequestRejection, RestRequestResponse } from "./rest.ts";
|
||||
|
||||
export async function runMethod<T = any>(
|
||||
|
||||
Reference in New Issue
Block a user