Skip to content

Commit c57786e

Browse files
🤖 dprint fmt
1 parent 12f6164 commit c57786e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

types/invity-api/invity-api-tests.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const bqt: BuyTradeQuoteRequest = {
3232
fiatStringAmount: "1000",
3333
cryptoAmount: 0.3,
3434
cryptoStringAmount: "0.3",
35-
receiveAddress: 'receiveAddress',
36-
receiveCurrency: 'bitcoin' as CryptoId,
37-
fiatCurrency: 'USD',
35+
receiveAddress: "receiveAddress",
36+
receiveCurrency: "bitcoin" as CryptoId,
37+
fiatCurrency: "USD",
3838
};
3939

4040
const et: ExchangeTrade = {

0 commit comments

Comments
 (0)