Skip to content

Commit e62a070

Browse files
committed
Fix
1 parent 1b57444 commit e62a070

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/server/ee/src/container-module.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ import { EntitlementServiceLicense } from "./billing/entitlement-service-license
6262
import { EntitlementServiceImpl } from "./billing/entitlement-service";
6363
import { EntitlementServiceUBP } from "./billing/entitlement-service-ubp";
6464
import { UsageService, UsageServiceImpl, NoOpUsageService } from "../../src/user/usage-service";
65-
import { APIUserService } from "../../src/api/user";
66-
import { APIRouter } from "../../src/api/server";
6765

6866
export const productionEEContainerModule = new ContainerModule((bind, unbind, isBound, rebind) => {
6967
rebind(Server).to(ServerEE).inSingletonScope();
@@ -137,7 +135,4 @@ export const productionEEContainerModule = new ContainerModule((bind, unbind, is
137135
return new NoOpUsageService();
138136
})
139137
.inSingletonScope();
140-
141-
bind(APIUserService).toSelf().inSingletonScope();
142-
bind(APIRouter).toSelf().inSingletonScope();
143138
});

0 commit comments

Comments
 (0)