🚂 execHttpHook.ts

This commit is contained in:
nirholas
2026-03-31 10:24:18 +00:00
parent 6df9a9df31
commit e497170e76

View File

@@ -240,3 +240,4 @@ export async function execHttpHook(
return { ok: false, body: '', error: errorMsg }
}
}