Skip to content

Commit

Permalink
fix(provider): lint issues
Browse files Browse the repository at this point in the history
lint issues

gh-0
  • Loading branch information
Tyagi-Sunny committed Oct 29, 2024
1 parent efafb6d commit a2c1eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/providers/sdk/stripe/adapter/invoice.adapter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable-next-line @typescript-eslint/naming-convention */
/* eslint-disable @typescript-eslint/naming-convention */
import {AnyObject} from '@loopback/repository';
import {IAdapter} from '../../../../types';
import {IStripeInvoice} from '../type';
Expand Down
2 changes: 1 addition & 1 deletion src/providers/sdk/stripe/stripe.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable-next-line @typescript-eslint/naming-convention */
/* eslint-disable @typescript-eslint/naming-convention */
import {inject} from '@loopback/core';
import Stripe from 'stripe';
import {TInvoice, Transaction} from '../../../types';
Expand Down

0 comments on commit a2c1eb9

Please sign in to comment.