Skip to content

Commit 0971ac4

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent 64654e8 commit 0971ac4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

common/cloudfunc.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export function _getDataName(name) {
108108
const encoded = btoa(encodeURI(name));
109109
return `data-name="js-file-${encoded}" `;
110110
}
111+
111112
/**
112113
* Функция строит таблицу файлв из JSON-информации о файлах
113114
* @param params - информация о файлах

server/rest/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function rest({fs, config, moveFiles}, request, response) {
8181
/**
8282
* getting data on method and command
8383
*
84-
* @param params {name, method, body, requrest, response}
84+
* @param params {name, method, body, request, response}
8585
* @param config {}
8686
* @param callback
8787
*/

0 commit comments

Comments
 (0)