From 889a0652f334c4297c5c1c415f45960cf996ef84 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Sat, 22 Jun 2024 15:40:52 -0400 Subject: [PATCH] Fix TypeError --- policy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.ts b/policy.ts index cb9c70d..7ce6802 100644 --- a/policy.ts +++ b/policy.ts @@ -125,7 +125,7 @@ export default class AppPolicy implements NPolicy { /* Crypto - Spam */ new PubkeyBanPolicy([ 'e7bf8dad360828f0289b7b4bea1a1bd28eb6d4d6522fa17f957e0dfb839ef3db' /*BTC Blockchain Status*/ - ]) + ]), new AntiDuplicationPolicy({ kv, minLength: 50 }), ]);