removed http client for a simple fetch wrapper with logging in utils
This commit is contained in:
parent
89cbfb7848
commit
a07a71d92a
36 changed files with 100 additions and 1465 deletions
|
|
@ -12,7 +12,6 @@ export abstract class BaseHandler implements IHandler {
|
|||
readonly logger;
|
||||
readonly cache;
|
||||
readonly queue;
|
||||
readonly http;
|
||||
readonly proxy;
|
||||
readonly browser;
|
||||
readonly mongodb;
|
||||
|
|
@ -26,7 +25,6 @@ export abstract class BaseHandler implements IHandler {
|
|||
this.logger = getLogger(this.constructor.name);
|
||||
this.cache = services.cache;
|
||||
this.queue = services.queue;
|
||||
this.http = services.http;
|
||||
this.proxy = services.proxy;
|
||||
this.browser = services.browser;
|
||||
this.mongodb = services.mongodb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue