From 109809182f62770644c484477161b145c5d6299f Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 26 Feb 2025 15:37:28 +0100 Subject: [PATCH] fixup: Unused (yet) ErrorCode enum value --- src/utils/ec-errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ec-errors.ts b/src/utils/ec-errors.ts index 6e3018b7..504f4f76 100644 --- a/src/utils/ec-errors.ts +++ b/src/utils/ec-errors.ts @@ -11,7 +11,7 @@ export enum ErrorCode { */ MISSING_LIVE_KIT_SERVICE_URL = "MISSING_LIVE_KIT_SERVICE_URL", CONNECTION_LOST_ERROR = "CONNECTION_LOST_ERROR", - UNKNOWN_ERROR = "UNKNOWN_ERROR", + // UNKNOWN_ERROR = "UNKNOWN_ERROR", } /**