We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d0e06 commit 8fdbaa8Copy full SHA for 8fdbaa8
src/App.js
@@ -39,7 +39,7 @@ function request(target, data) {
39
///////////////////////////////////
40
function requestUser() {
41
return request('ip', null).then(prom => {
42
- user = JSON.stringify(prom)
+ user = String(prom)
43
console.log("user ", user)
44
})
45
}
0 commit comments