summaryrefslogtreecommitdiff
path: root/src/util/generator.ts
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-07 18:29:20 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-07 18:29:20 +0100
commitd83652f6f4f8aa6a2dfa141e2ab841150652b090 (patch)
treed4b9f3ce3498760cfbd8118e4227118b6c58ca18 /src/util/generator.ts
parent499da92303ff1ad66807f373b06ad3040c774eaa (diff)
Linting
Diffstat (limited to 'src/util/generator.ts')
-rw-r--r--src/util/generator.ts2
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(