Add more transactions support

This commit is contained in:
Owen
2025-10-17 16:22:43 -07:00
parent c07abf8ff9
commit 240c5b005b
3 changed files with 6 additions and 4 deletions

View File

@@ -920,7 +920,7 @@ export class UsageService {
};
// Don't await to prevent blocking
await sendToClient(newt.newtId, payload).catch(
sendToClient(newt.newtId, payload).catch(
(error: any) => {
logger.error(
`Failed to send termination message to newt ${newt.newtId}:`,