From 10b225a33750d4939483224781829309d27581b2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 17 Mar 2026 19:12:28 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20cloudcmd:=20actions:=20lint=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/modules/user-menu/index.js | 1 + common/cloudfunc.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/user-menu/index.js b/client/modules/user-menu/index.js index afc220bd..60d32d95 100644 --- a/client/modules/user-menu/index.js +++ b/client/modules/user-menu/index.js @@ -23,6 +23,7 @@ const { DOM, CloudFunc, } = globalThis; + const Name = 'UserMenu'; CloudCmd[Name] = { diff --git a/common/cloudfunc.js b/common/cloudfunc.js index 0d61cc88..9ea55133 100644 --- a/common/cloudfunc.js +++ b/common/cloudfunc.js @@ -294,4 +294,3 @@ export function getDotDot(path) { return dotDot; } -