From 546c3dcd1afb6a6a85e71ffab76aec2034dd6a42 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 24 Oct 2023 23:32:47 -0400 Subject: [PATCH] v important change --- lib/PostText.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PostText.pm b/lib/PostText.pm index 4afb10f..3d61ae7 100644 --- a/lib/PostText.pm +++ b/lib/PostText.pm @@ -56,7 +56,7 @@ sub startup($self) { state $moderator = PostText::Model::Moderator->new( pg => $c->pg, authenticator => $c->authenticator - ) + ) }); $self->helper(truncate_text => sub ($c, $input_text) {