From d86b7ba333bbc304515de87ca3dfcb417edcc7c3 Mon Sep 17 00:00:00 2001 From: ewwwwwwww Date: Sun, 3 Jul 2022 01:21:56 -0700 Subject: [PATCH] new emojifier --- app/soapbox/features/emoji/emoji.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/emoji/emoji.ts b/app/soapbox/features/emoji/emoji.ts index 0594cf40c..4a4dfa614 100644 --- a/app/soapbox/features/emoji/emoji.ts +++ b/app/soapbox/features/emoji/emoji.ts @@ -12,7 +12,7 @@ interface IUniMap { } } -const generateMappings = (data: EmojiData): IUniMap => { +const generateMappings = (data: typeof EmojiData): IUniMap => { const result = {}; const emojis = Object.values(data.emojis ?? {});