Fix deleting site not terminating newt

This commit is contained in:
Owen
2025-12-17 21:23:11 -05:00
parent 68191d5921
commit cc1e551f43

View File

@@ -89,7 +89,7 @@ export async function deleteSite(
// Send termination message outside of transaction to prevent blocking // Send termination message outside of transaction to prevent blocking
if (deletedNewtId) { if (deletedNewtId) {
const payload = { const payload = {
type: `newt/terminate`, type: `newt/wg/terminate`,
data: {} data: {}
}; };
// Don't await this to prevent blocking the response // Don't await this to prevent blocking the response