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
@@ -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;
}