mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-25 06:39:53 -04:00
fix(gui): Feedback submit payload
This commit is contained in:
parent
3cf2337bfb
commit
01f1e6f218
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ export async function submitFeedbackViaHttp(
|
|||
type Response = string;
|
||||
|
||||
const requestPayload = {
|
||||
body: content,
|
||||
content,
|
||||
attachments: attachments || [], // Ensure attachments is always an array
|
||||
};
|
||||
|
||||
|
@ -190,4 +190,4 @@ export async function fetchAllConversations(): Promise<void> {
|
|||
logger.error(error, "Error fetching messages for feedback id", feedbackId);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue