fix(rest): remove export for request_manager.ts (#733)

This commit is contained in:
TriForMine
2021-04-03 13:33:49 +02:00
committed by GitHub
parent 5ef292cc78
commit cc46698245
-1
View File
@@ -6,6 +6,5 @@ export * from "./process_queue.ts";
export * from "./process_rate_limited_paths.ts";
export * from "./process_request.ts";
export * from "./process_request_headers.ts";
export * from "./request_manager.ts";
export * from "./rest.ts";
export * from "./run_method.ts";