From e253e1a04cd6b7ac35bd3afa576472e2912c56a7 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:55:14 +0100 Subject: [PATCH] Update src/utils/errors.ts Co-authored-by: Hugh Nimmo-Smith --- src/utils/errors.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/errors.ts b/src/utils/errors.ts index a0bb151d..c02d7f6f 100644 --- a/src/utils/errors.ts +++ b/src/utils/errors.ts @@ -15,7 +15,6 @@ export enum ErrorCode { CONNECTION_LOST_ERROR = "CONNECTION_LOST_ERROR", MEMBERSHIP_MANAGER_UNRECOVERABLE = "MEMBERSHIP_MANAGER_UNRECOVERABLE", UNKNOWN_ERROR = "UNKNOWN_ERROR", - // UNKNOWN_ERROR = "UNKNOWN_ERROR", } export enum ErrorCategory {