From cf61f1c854d00c82270be2f6e6c37d6593f5bc16 Mon Sep 17 00:00:00 2001 From: Semen Loktionov Date: Thu, 30 Nov 2023 14:57:58 +0200 Subject: [PATCH] fix metadata formatting --- src/const/metadata.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/const/metadata.ts b/src/const/metadata.ts index f8708f8..dab5677 100644 --- a/src/const/metadata.ts +++ b/src/const/metadata.ts @@ -19,10 +19,8 @@ const manifest = new MiniAppManifest({ shortName: 'rarimo-poh-action', appType: 'action', developer: PackageJson.author, - description: - "Repel the bots from your discord server using Rarimo's Proof of Humanity.", - shortDescription: - "Repel the bots from your discord server using Rarimo's Proof of Humanity.", + description: "Repel the bots from your discord server using Rarimo's Proof of Humanity.", + shortDescription: "Repel the bots from your discord server using Rarimo's Proof of Humanity.", platforms: ['discord'], version: { name: PackageJson.version }, website: config.pohAppUrl,