From 1a106e755b2ab19e0c8e618a5e10c46284d1b499 Mon Sep 17 00:00:00 2001 From: byron <47872200+byeoon@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:39:01 -0400 Subject: [PATCH] TEMP DOING THIS JUST TO FIX BRANCH ISSUE --- src/utils/constants.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 5a51a0c45..848feab18 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -427,10 +427,6 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Elvyra", id: 708275751816003615n, }, - Byron: { - name: "byron", - id: 639577344276692992n - } } satisfies Record); // iife so #__PURE__ works correctly