Skip to content

Commit 831c3ea

Browse files
committed
rebuilt js
1 parent e0e6a19 commit 831c3ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amplitude.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,7 +2268,7 @@ Request.prototype.send = function(callback) {
22682268
if (xdr.responseText === 'Request Entity Too Large') {
22692269
callback(413, xdr.responseText);
22702270
} else {
2271-
callback(400, xdr.responseText);
2271+
callback(500, xdr.responseText);
22722272
}
22732273
};
22742274
xdr.ontimeout = function () {};

0 commit comments

Comments
 (0)