fix: remove console.log and tsignore apiv2 (#15732)

This commit is contained in:
Morgan
2024-07-11 10:40:11 +00:00
committed by GitHub
parent b6c512e5d7
commit 844dd7e3af
2 changed files with 0 additions and 3 deletions
@@ -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);
@@ -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;
}