diff --git a/src/controllers/api/pleroma.ts b/src/controllers/api/pleroma.ts index 40e0c2b5..69603237 100644 --- a/src/controllers/api/pleroma.ts +++ b/src/controllers/api/pleroma.ts @@ -82,7 +82,7 @@ const updateConfigController: AppController = async (c) => { await createAdminEvent({ kind: 30078, - content: await await new AdminSigner().nip04.encrypt(pubkey, JSON.stringify(configs)), + content: await new AdminSigner().nip04.encrypt(pubkey, JSON.stringify(configs)), tags: [['d', 'pub.ditto.pleroma.config']], }, c);