Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sanducb committed Oct 1, 2024
1 parent f5c32ba commit 41d2f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/wallet/backend/src/card/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface ICardController {
getCardDetails: Controller<ICardResponse>
lock: Controller<ICardResponse>
unlock: Controller<ICardResponse>
permanentlyBlockCard: Controller<ICardResponse>
}

export class CardController implements ICardController {
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/shared/src/types/card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export type BlockReasonCode =
| 'CardDamagedOrNotWorking'
| 'UserRequest'
| 'IssuerRequestCustomerDeceased'
| 'ProductDoesNotRenew';
| 'ProductDoesNotRenew'

0 comments on commit 41d2f70

Please sign in to comment.