diff --git a/apps/api/v2/src/ee/calendars/calendars.controller.e2e-spec.ts b/apps/api/v2/src/ee/calendars/calendars.controller.e2e-spec.ts index 5178b9dcf5..d1c6e63049 100644 --- a/apps/api/v2/src/ee/calendars/calendars.controller.e2e-spec.ts +++ b/apps/api/v2/src/ee/calendars/calendars.controller.e2e-spec.ts @@ -71,8 +71,6 @@ describe("Platform Calendars Endpoints", () => { accessTokenSecret = tokens.accessToken; refreshTokenSecret = tokens.refreshToken; await app.init(); - // eslint-disable-next-line @typescript-eslint/ban-ts-comment - // @ts-ignore jest .spyOn(CalendarsService.prototype, "getCalendars") .mockImplementation(CalendarsServiceMock.prototype.getCalendars); diff --git a/apps/api/v2/src/modules/billing/services/billing.service.ts b/apps/api/v2/src/modules/billing/services/billing.service.ts index 13390e00c3..d196cb00ec 100644 --- a/apps/api/v2/src/modules/billing/services/billing.service.ts +++ b/apps/api/v2/src/modules/billing/services/billing.service.ts @@ -133,7 +133,6 @@ export class BillingService { } async increaseUsageByClientId(clientId: string) { - console.log(this.configService.get("e2e"), "e2e"); if (this.configService.get("e2e")) { return void 0; }