From 488b260a1b5019e3a1aa37b55272bc1333be31b5 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Thu, 28 Jan 2021 15:53:18 -0800 Subject: ...typo --- OutboxPost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OutboxPost.go') diff --git a/OutboxPost.go b/OutboxPost.go index 7388aed..979173f 100644 --- a/OutboxPost.go +++ b/OutboxPost.go @@ -496,7 +496,7 @@ func CheckCaptcha(db *sql.DB, captcha string) bool { if (code == strings.ToUpper(parts[1])) { return true -p } + } return false } -- cgit v1.2.3