Skip to content

Commit

Permalink
fix: remove console.log and tsignore apiv2 (#15732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyMinimalDev authored Jul 11, 2024
1 parent b6c512e commit 844dd7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions apps/api/v2/src/ee/calendars/calendars.controller.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 844dd7e

Please sign in to comment.