From ae429c65a74f52b52b0ae84514d2d5891ec6fade Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 13 Jun 2024 15:05:22 +0200 Subject: [PATCH] Fix. --- client/common/configuration/services/channel-details.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/common/configuration/services/channel-details.ts b/client/common/configuration/services/channel-details.ts index 19bb5403..aa3b02b6 100644 --- a/client/common/configuration/services/channel-details.ts +++ b/client/common/configuration/services/channel-details.ts @@ -170,9 +170,6 @@ export class ChannelDetailsService { ) if (!response.ok) { - if (response.status === 404) { - // File does not exist yet, that is a normal use case. - } throw new Error('Can\'t get channel emojis options.') }