Update server.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4dd48627d0
commit
6be1dc4667
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ let profanityFilter;
|
|||
function createFallbackFilter() {
|
||||
return {
|
||||
// Core profanity checking methods
|
||||
checkText: () => ({ isProfane: false, reason: null }),
|
||||
containsProfanity: () => false,
|
||||
analyzeProfanity: (text) => ({
|
||||
hasProfanity: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue