Fix TypeError

main
SleepingCrows 2024-06-22 15:40:52 -04:00
parent e10f9c0d00
commit 889a0652f3
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ export default class AppPolicy implements NPolicy {
/* Crypto - Spam */ /* Crypto - Spam */
new PubkeyBanPolicy([ new PubkeyBanPolicy([
'e7bf8dad360828f0289b7b4bea1a1bd28eb6d4d6522fa17f957e0dfb839ef3db' /*BTC Blockchain Status*/ 'e7bf8dad360828f0289b7b4bea1a1bd28eb6d4d6522fa17f957e0dfb839ef3db' /*BTC Blockchain Status*/
]) ]),
new AntiDuplicationPolicy({ kv, minLength: 50 }), new AntiDuplicationPolicy({ kv, minLength: 50 }),
]); ]);