Skip to content

Commit ae2eaab

Browse files
committed
style(debug): fix prettier formatting
1 parent 19ef112 commit ae2eaab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/haystack/src/debug.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ export function logSwapExecutionFailure(
3333
toASAID: context.quote.toASAID,
3434
type: context.quote.type,
3535
amount:
36-
'amount' in context.quote
37-
? context.quote.amount.toString()
38-
: undefined,
36+
'amount' in context.quote ? context.quote.amount.toString() : undefined,
3937
quote: context.quote.quote.toString(),
4038
requiredAppOptIns: context.quote.requiredAppOptIns,
4139
route: context.quote.route?.map((r) => ({

0 commit comments

Comments
 (0)