Skip to content

Commit

Permalink
Merge pull request #1929 from candela97/fix-storepagedata
Browse files Browse the repository at this point in the history
Fix fetching storepagedata
  • Loading branch information
tfedor authored Jun 21, 2024
2 parents e691ece + 1d9b79e commit 32c4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Content/Modules/Facades/AugmentedSteamApiFacade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class AugmentedSteamApiFacade {
}

static getStorePageData(appid: number): Promise<TStorePageData> {
return Background.send(EAction.DlcInfo, {appid});
return Background.send(EAction.StorePageData, {appid});
}

static expireStorePageData(appid: number): Promise<void> {
Expand Down

0 comments on commit 32c4ceb

Please sign in to comment.