fix: remove console.log and tsignore apiv2 (#15732)
This commit is contained in:
@@ -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