diff --git a/source/background.js b/source/background.js index cb76b89..9f96b7f 100644 --- a/source/background.js +++ b/source/background.js @@ -38,7 +38,7 @@ const queryPlayer = async (request) => { const key = `player:${request.steamId}`; const playerInfo = await readFromCache(key, async function () { await delay(request.key) - const response = await fetch(`https://api.truckersmp.com/v2/player/${request.steamId}?ref=truckersmp-steam-helper&v=${cacheBusting()}`) + const response = await fetch(`https://api.truckersmp.com/v2/player/${request.steamId}`) return await response.json() })