Skip to content

Commit 40c530a

Browse files
committed
fix lint
1 parent a38763e commit 40c530a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/accessControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const UTILS = require('./utils');
3838

3939
function AccessControl(cloudAPIUrl, params) {
4040
this.baseURL = this.getAPIUrl(cloudAPIUrl);
41-
if(!params) return
41+
if (!params) return;
4242
if (params.jwt) {
4343
this.setJwtToken(params.jwt);
4444
} else if (params.token) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)