Skip to content

Commit b748c0b

Browse files
author
SReject
committed
Fixed HTTP_NOT_FOUND error
1 parent f7381ec commit b748c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JSON For mIRC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
self._type = (type || 'text').toLowerCase();
450450

451451
if (self._type === 'http') {
452-
if (!JSONWrapper.HTTP) {
452+
if (!HTTPObject) {
453453
self._error = 'HTTP_NOT_FOUND';
454454
throw new Error('HTTP_NOT_FOUND');
455455
}

0 commit comments

Comments
 (0)