Skip to content

Commit

Permalink
Fix fetching storepagedata
Browse files Browse the repository at this point in the history
  • Loading branch information
candela97 committed Jun 21, 2024
1 parent e691ece commit 1d9b79e
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 1d9b79e

Please sign in to comment.