Skip to content

Commit

Permalink
fixed bug for httpProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrokonrad committed Mar 6, 2021
1 parent 8c6a335 commit d83f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ class CardanocliJs {
} else {
return fetch(
`${this.httpProvider}/transactionSubmit?filePath=${tx}`
).response.then((res) => res.text());
).then((res) => res.text());
}
}
let UID = Math.random().toString(36).substr(2, 9);
Expand Down

0 comments on commit d83f90e

Please sign in to comment.