Skip to content

Commit 543e71b

Browse files
committed
lint
1 parent 45d228d commit 543e71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/simulations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export interface CreateCardAuthorizationSimulation {
9999
merchantId?: string
100100
recurring?: boolean
101101
status?: "Authorized" | "Declined"
102-
};
102+
}
103103
relationships: {
104104
account: {
105105
data: {
@@ -116,7 +116,7 @@ export interface IncreaseCardAuthorizationSimulation {
116116
amount: number
117117
cardLast4Digits: string
118118
recurring: boolean
119-
};
119+
}
120120
relationships: {
121121
account: {
122122
data: {

0 commit comments

Comments
 (0)