Skip to content

Commit

Permalink
chore: update side-effects golden files again
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Sep 2, 2020
1 parent b265be3 commit 3a8e531
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/side-effects/snapshots/esm5/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ var UnsubscriptionError = createErrorClass(function(_super) {
}).join("\n ") : "";
this.name = "UnsubscriptionError";
this.errors = errors;
return this;
};
});

Expand Down Expand Up @@ -633,7 +632,6 @@ var AjaxError = createErrorClass(function(_super) {
response = xhr.responseText;
}
this.response = response;
return this;
};
});

Expand Down

0 comments on commit 3a8e531

Please sign in to comment.