chore(cloudcmd) lint using actions

This commit is contained in:
coderaiser 2021-03-09 15:52:07 +00:00
parent 0edbffa093
commit a091a382ca

View file

@ -51,7 +51,7 @@ module.exports.init = async () => {
await CloudCmd.View();
await loadAll();
await create();
create();
};
module.exports.show = show;