data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: get custom icons for steam games if any

dusk b4e91590 1dc349a2

+1 -1
+1 -1
src/lib/steam.ts
··· 28 28 if (!profile.gameid) { 29 29 throw "no game is being played" 30 30 } 31 - var icons = await griddbClient.getIconsBySteamAppId(profile.gameid, ['official']) 31 + var icons = await griddbClient.getIconsBySteamAppId(profile.gameid, ['official', 'custom']) 32 32 //console.log(icons) 33 33 var game: LastGame = { 34 34 name: profile.gameextrainfo,