Skip to content

Commit

Permalink
http-api: fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Oct 15, 2023
1 parent 26777d6 commit f6c1c72
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/@urbit/http-api/dist/esm/index.js b/node_modules/@urbit/http-api/dist/esm/index.js
index 4376a41..06d039c 100644
index 2e6756f..32ca00a 100644
--- a/node_modules/@urbit/http-api/dist/esm/index.js
+++ b/node_modules/@urbit/http-api/dist/esm/index.js
@@ -435,10 +435,11 @@ class Urbit {
@@ -442,10 +442,11 @@ class Urbit {
* be the empty string.
* @param code The access code for the ship at that address
*/
Expand All @@ -15,7 +15,7 @@ index 4376a41..06d039c 100644
if (isBrowser_1) {
window.addEventListener('beforeunload', this.delete);
}
@@ -726,7 +727,7 @@ class Urbit {
@@ -776,7 +777,7 @@ class Urbit {
return eventId;
}
async sendJSONtoChannel(...json) {
Expand Down

0 comments on commit f6c1c72

Please sign in to comment.