Skip to content

Commit

Permalink
Request all submissions in both calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Mar 22, 2024
1 parent c64528d commit 4310ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dataFetching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ async function fetchBranding(queryByHash: boolean, videoID: VideoID): Promise<Re
}
} else {
const request = await sendRequestToServer("GET", "/api/branding", {
videoID
videoID,
fetchAll: true
});

if (request.ok || request.status === 404) {
Expand Down

0 comments on commit 4310ef3

Please sign in to comment.