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; } -