Skip to content

Commit 237276e

Browse files
committed
Lint
1 parent 26ab7d6 commit 237276e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ class API {
4545
? props.headers
4646
: {};
4747
this._compression =
48-
props && (typeof props.compression === 'boolean' || Array.isArray(props.compression))
48+
props &&
49+
(typeof props.compression === 'boolean' ||
50+
Array.isArray(props.compression))
4951
? props.compression
5052
: false;
5153

0 commit comments

Comments
 (0)