aboutsummaryrefslogtreecommitdiff
path: root/worker/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'worker/scripts')
-rwxr-xr-xworker/scripts/coolify_webhook.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/worker/scripts/coolify_webhook.ts b/worker/scripts/coolify_webhook.ts
index 8859023..ca84e39 100755
--- a/worker/scripts/coolify_webhook.ts
+++ b/worker/scripts/coolify_webhook.ts
@@ -73,9 +73,7 @@ await LogMetricTraceable.ofLogTraceable(_logJob)
}).then(async (response) => {
if (!response.ok) {
const errorText = await response.text();
- tEitherJobAndSecret.trace.trace(
- `webhook failed with status ${response.status}: ${errorText}`,
- );
+ tEitherJobAndSecret.trace.trace(`webhook failed with status ${response.status}: ${errorText}`);
throw new Error(`webhook request failed with status ${response.status}: ${errorText}`);
}
return response.text();