mirror of
https://github.com/System-End/scraps.git
synced 2026-04-19 16:28:20 +00:00
Auto-fulfill after adding to Theseus
This commit is contained in:
parent
843bec2cd9
commit
45bdce3c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@
|
|||
const data = await response.json();
|
||||
if (response.ok) {
|
||||
trackingInputs[order.id] = data.letterId;
|
||||
showToast(`Theseus letter created: ${data.letterId}`, 'success');
|
||||
await toggleFulfilled(order);
|
||||
} else {
|
||||
showToast(data.error || 'failed to create Theseus letter', 'error');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue