Skip to content

Commit f4cb7e7

Browse files
author
SReject
committed
Removed useless timeout property from instances
1 parent 9ebd46f commit f4cb7e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/JSON For mIRC.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@
152152
this._http = parent._http || {
153153
method: 'GET',
154154
url: '',
155-
headers: [],
156-
timeout: 30000
155+
headers: []
157156
};
158157
}
159158

0 commit comments

Comments
 (0)