mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
3033aed2e3
commit
14e6754be3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
module.exports.createDepStore = () => {
|
||||
let deps = {};
|
||||
const deps = {};
|
||||
|
||||
return (name, value) => {
|
||||
if (!name)
|
||||
return deps = {};
|
||||
return false;
|
||||
|
||||
if (!value)
|
||||
return deps[name];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue