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() {
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue