Skip to content

Commit

Permalink
debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Sep 25, 2024
1 parent 4efc460 commit 19ae7ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/PublishEditConsume.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ function uploadToIpfs(data: any): Promise<string> {
}
)
.then(function (response: any) {
console.log('hash: ', response.data.Hash)
resolve(response.data.Hash)
})
.catch(function (error: any) {
Expand Down

0 comments on commit 19ae7ca

Please sign in to comment.