mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
fix(rest): remove export for request_manager.ts (#733)
This commit is contained in:
@@ -6,6 +6,5 @@ export * from "./process_queue.ts";
|
|||||||
export * from "./process_rate_limited_paths.ts";
|
export * from "./process_rate_limited_paths.ts";
|
||||||
export * from "./process_request.ts";
|
export * from "./process_request.ts";
|
||||||
export * from "./process_request_headers.ts";
|
export * from "./process_request_headers.ts";
|
||||||
export * from "./request_manager.ts";
|
|
||||||
export * from "./rest.ts";
|
export * from "./rest.ts";
|
||||||
export * from "./run_method.ts";
|
export * from "./run_method.ts";
|
||||||
|
|||||||
Reference in New Issue
Block a user