From 72382e14722eedef1ed65756a08ddbb819d4c1f0 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:55:31 +0000 Subject: [PATCH] remove fatalerror --- StickerSlack/EmojiHoarder.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StickerSlack/EmojiHoarder.swift b/StickerSlack/EmojiHoarder.swift index 5f5a1c7..b9176e3 100644 --- a/StickerSlack/EmojiHoarder.swift +++ b/StickerSlack/EmojiHoarder.swift @@ -70,7 +70,7 @@ class EmojiHoarder: ObservableObject { return SlackResponse.toEmojis(from: decoded) } catch { print(error.localizedDescription) - fatalError() + return nil } }