commit 15ddeb0b55a46219a5087f9bcb2ddca47dea25de parent b98c1202ba568a2455b9859c5fdcbf3a5870542b Author: iostpa <iostpa@iostpa.com> Date: Sat, 6 Jun 2026 21:07:05 +0300 Fix a typo on one of the webhook files Diffstat:
| M | src/webhooks/closed.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/webhooks/closed.js b/src/webhooks/closed.js @@ -127,6 +127,6 @@ export async function closed( } } } finally { - if (conn) conn.end; + if (conn) conn.end(); } }