mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
add31607f9
commit
a063353a27
1 changed files with 1 additions and 2 deletions
|
|
@ -113,8 +113,7 @@ module.exports._getDataName = _getDataName;
|
|||
function _getDataName(name) {
|
||||
const encoded = btoa(encodeURI(name));
|
||||
return `data-name="js-file-${encoded}" `;
|
||||
};
|
||||
|
||||
}
|
||||
/**
|
||||
* Функция строит таблицу файлв из JSON-информации о файлах
|
||||
* @param params - информация о файлах
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue