remove fatalerror

This commit is contained in:
neon443
2025-10-30 19:55:31 +00:00
parent c974e8136b
commit 72382e1472

View File

@@ -70,7 +70,7 @@ class EmojiHoarder: ObservableObject {
return SlackResponse.toEmojis(from: decoded)
} catch {
print(error.localizedDescription)
fatalError()
return nil
}
}