chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2026-03-17 19:12:28 +00:00
parent 289f67e0d3
commit 10b225a337
2 changed files with 1 additions and 1 deletions

View file

@ -23,6 +23,7 @@ const {
DOM,
CloudFunc,
} = globalThis;
const Name = 'UserMenu';
CloudCmd[Name] = {

View file

@ -294,4 +294,3 @@ export function getDotDot(path) {
return dotDot;
}