Update server.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Deco Vander 2025-07-04 14:03:07 -04:00 committed by GitHub
parent 4dd48627d0
commit 6be1dc4667

View file

@ -32,7 +32,6 @@ let profanityFilter;
function createFallbackFilter() { function createFallbackFilter() {
return { return {
// Core profanity checking methods // Core profanity checking methods
checkText: () => ({ isProfane: false, reason: null }),
containsProfanity: () => false, containsProfanity: () => false,
analyzeProfanity: (text) => ({ analyzeProfanity: (text) => ({
hasProfanity: false, hasProfanity: false,