summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/renderer/key.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote/activitypub/renderer/key.ts')
-rw-r--r--src/remote/activitypub/renderer/key.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/renderer/key.ts b/src/remote/activitypub/renderer/key.ts
index 904a69e081..85be7b1367 100644
--- a/src/remote/activitypub/renderer/key.ts
+++ b/src/remote/activitypub/renderer/key.ts
@@ -1,4 +1,4 @@
-import config from '../../../conf';
+import config from '../../../config';
import { extractPublic } from '../../../crypto_key';
import { ILocalUser } from '../../../models/user';