reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

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:
Msrc/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(); } }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror