From 33a2ab6d57c16b68800ddc0787d6a2f16fda9b56 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8E=B2=20refresh.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/plugins/refresh.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/plugins/refresh.ts b/src/utils/plugins/refresh.ts index c31e811..d4f3aa1 100644 --- a/src/utils/plugins/refresh.ts +++ b/src/utils/plugins/refresh.ts @@ -213,3 +213,4 @@ function errorKey(e: PluginError): string { ? `generic-error:${e.source}:${e.error}` : `${e.type}:${e.source}` } +