Skip to content

Commit 543e08a

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent 2a8109f commit 543e08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function CloudCmdProto(DOM) {
151151
const [kebabModule] = query;
152152
const module = noJS(pascalCase(kebabModule.slice(1)));
153153

154-
const file = query[1];
154+
const [, file] = query;
155155
const current = DOM.getCurrentByName(file);
156156

157157
if (file && !current) {

0 commit comments

Comments
 (0)