Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 10, 2024
1 parent 2efcd69 commit b9ff83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const getPlayerMatches = (accountId, params) => action('playerMatches', c
project: [
'duration', 'game_mode', 'lobby_type',
'start_time', 'hero_id', 'version', 'kills', 'deaths', 'assists', 'leaver_status', 'party_size', 'average_rank', // default fields when querying without project field
'item_0', 'item_1', 'item_2', 'item_3', 'item_4', 'item_5', 'backpack_0', // additional fields required for items
'item_0', 'item_1', 'item_2', 'item_3', 'item_4', 'item_5', // additional fields required for items
] }, transformPlayerMatches({ ...querystring.parse(params.substring(1)) }));
export const getPlayerPeers = (accountId, params) => action('playerPeers', config.VITE_API_HOST, `api/players/${accountId}/peers`, paramsWithTurbo(params));
export const getPlayerHeroes = (accountId, params) => action('playerHeroes', config.VITE_API_HOST, `api/players/${accountId}/heroes`, paramsWithTurbo(params));
Expand Down

0 comments on commit b9ff83c

Please sign in to comment.