Fix assert unreachable, remove unused variables (#13753)
Small code cleanup
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ export class BillingSyncPlansDataCommand extends MigrationCommandRunner {
|
||||
}
|
||||
|
||||
override async runMigrationCommand(
|
||||
passedParams: string[],
|
||||
_passedParams: string[],
|
||||
options: MigrationCommandOptions,
|
||||
): Promise<void> {
|
||||
const billingMeters = await this.stripeBillingMeterService.getAllMeters();
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
import type Stripe from 'stripe';
|
||||
|
||||
export class StripeSDKMock {
|
||||
constructor(private readonly apiKey: string) {}
|
||||
constructor(private readonly _apiKey: string) {}
|
||||
|
||||
customers = {
|
||||
update: (_id: string, _params?: Stripe.CustomerUpdateParams) => {
|
||||
|
||||
Reference in New Issue
Block a user