Update index.js
This commit is contained in:
parent
bf532102f2
commit
4e15603c47
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -24,7 +24,7 @@ var startTime = Date.now()
|
|||
var prevGame = ""
|
||||
|
||||
function update() {
|
||||
fetch(`https://steamcommunity.com/miniprofile/${steamID}?origin=https%3A%2F%2Fsteamcommunity.com`)
|
||||
fetch(`https://steamcommunity.com/miniprofile/${steamID}`)
|
||||
.then((data) => {
|
||||
return data.text()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue