diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-07 18:29:20 +0100 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-07 18:29:20 +0100 | 
| commit | d83652f6f4f8aa6a2dfa141e2ab841150652b090 (patch) | |
| tree | d4b9f3ce3498760cfbd8118e4227118b6c58ca18 /src/util | |
| parent | 499da92303ff1ad66807f373b06ad3040c774eaa (diff) | |
Linting
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/generator.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/generator.ts b/src/util/generator.ts index 882f114..596110d 100644 --- a/src/util/generator.ts +++ b/src/util/generator.ts @@ -1,6 +1,6 @@  import crypto from "crypto"; -  import { customAlphabet } from "nanoid"; +  // This alphabet (used to generate all event, group, etc. IDs) is missing '-'  // because ActivityPub doesn't like it in IDs  const nanoid = customAlphabet(  | 
