From e42df7bd39bf2ea291f235d279d419423d59c213 Mon Sep 17 00:00:00 2001 From: Clover Johnson <95094165+callmeclover@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:16:00 -0400 Subject: [PATCH] fix 7 --- src/user/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/model.rs b/src/user/model.rs index 67479dbd..7ab7c83e 100644 --- a/src/user/model.rs +++ b/src/user/model.rs @@ -58,7 +58,7 @@ impl GlassModeration { if analysis.is(Type::EVASIVE) { self.warn(); } - Ok(censored) + Ok(&censored) } }