From 0971ac4e948c00824e7ea91f2b7bc9a1bf9f9211 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 16 Jan 2026 21:49:12 +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 --- common/cloudfunc.mjs | 1 + server/rest/index.mjs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/cloudfunc.mjs b/common/cloudfunc.mjs index c387ea8e..00a48360 100644 --- a/common/cloudfunc.mjs +++ b/common/cloudfunc.mjs @@ -108,6 +108,7 @@ export function _getDataName(name) { const encoded = btoa(encodeURI(name)); return `data-name="js-file-${encoded}" `; } + /** * Функция строит таблицу файлв из JSON-информации о файлах * @param params - информация о файлах diff --git a/server/rest/index.mjs b/server/rest/index.mjs index a3366169..f5e6c8da 100644 --- a/server/rest/index.mjs +++ b/server/rest/index.mjs @@ -81,7 +81,7 @@ function rest({fs, config, moveFiles}, request, response) { /** * getting data on method and command * - * @param params {name, method, body, requrest, response} + * @param params {name, method, body, request, response} * @param config {} * @param callback */