Skip to content

Commit

Permalink
Removed redundant module from http client module manager
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Aug 17, 2023
1 parent 1b3a21c commit 6338efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/http-client/http-client-module-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class HttpClientModuleManager extends BaseModuleManager {
constructor(ctx) {
super(ctx);
this.authService = ctx.authService;
this.fileService = ctx.fileService;
}

getName() {
Expand Down

0 comments on commit 6338efd

Please sign in to comment.