Skip to content

Commit

Permalink
chore(typo):fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Nov 27, 2024
1 parent 6d8c52a commit 86a06cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/chat/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@
async function sendPaymentMessage(message: MessageType, paymentType: string) {
let transfer = new Transfer()
let chat = get(Store.state.activeChat)
let rejectTranser = transfer.toRejectString(message.id)
let txt = rejectTranser.split("\n")
let rejectTransfer = transfer.toRejectString(message.id)
let txt = rejectTransfer.split("\n")
if (paymentType === "result") {
let result = await RaygunStoreInstance.send(chat.id, txt, [])
result.onSuccess(res => {
Expand Down

0 comments on commit 86a06cf

Please sign in to comment.