fix: remove console.log and tsignore apiv2 (#15732)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user