Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed May 16, 2024
1 parent 93c36ed commit d234a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/explorer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class ExplorerService {
},
})

console.log(await res.json())
console.log(await res.text(), res.status)
} catch (e) {
console.log(e)
}
Expand Down

0 comments on commit d234a98

Please sign in to comment.