Skip to content

Commit 9d4f301

Browse files
committed
code formating
1 parent d8ee134 commit 9d4f301

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bot/messages.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,8 +2000,7 @@ const showConfirmationButtons = async (
20002000
};
20012001
})
20022002
.map(ord => ({
2003-
text: `${ord._id.slice(0, 2)}..${ord._id.slice(-2)} - ${ord.type} - ${ord.fiat
2004-
} ${ord.amount}`,
2003+
text: `${ord._id.slice(0, 2)}..${ord._id.slice(-2)} - ${ord.type} - ${ord.fiat} ${ord.amount}`,
20052004
callback_data:
20062005
commandString === 'release'
20072006
? `show_release_confirmation_${ord._id}`

0 commit comments

Comments
 (0)