Skip to content

Commit

Permalink
Params fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciguymjm committed Oct 26, 2018
1 parent bdc137a commit c167c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Requests/Player/getPlayStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const getPlayStyle = (id: string, rank?: number, playlist?: number,
if (useMockData) {
return Promise.resolve(MOCK_PLAY_STYLE)
}
let params = undefined
let params
if (result === undefined) {
params = {rank, playlist}
} else {
Expand Down

0 comments on commit c167c3c

Please sign in to comment.