Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
refresh images
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed Jun 1, 2024
1 parent 2f45648 commit eb10214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StreamerList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ async function get_streamers() {
api_response = []
}
streamers.value = api_response["data"].map(filterObject)
imgCacheKey.value = Math.random().toString().substring(2, 8)
// create a array with only the viewer_count
const viewerCount: Array<number> = api_response["data"].map((obj: Streamer) => obj.viewer_count)
Expand Down

0 comments on commit eb10214

Please sign in to comment.