A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Remove unused LINK_SHORTENER constant

Skywatch f82874d3 f629f129

Changed files
-4
rules
-4
rules/constants.ts
··· 6 6 export const GLOBAL_ALLOW: string[] = [ 7 7 // Example: "did:plc:example123", 8 8 ]; 9 - 10 - export const LINK_SHORTENER: string[] = [ 11 - // Example: "did:plc:example123", 12 - ];