refator: use TimeOptions for TopArtists report

This commit is contained in:
Julian Tölle 2020-07-12 17:16:33 +02:00
parent ad0d197105
commit 5bc76f23d0
9 changed files with 62 additions and 46 deletions

View file

@ -111,7 +111,9 @@ export const getListensReport = async (
export const getTopArtists = async (
options: TopArtistsOptions
): Promise<TopArtistsItem[]> => {
const { timePreset, customTimeStart, customTimeEnd } = options;
const {
time: { timePreset, customTimeStart, customTimeEnd },
} = options;
const res = await fetch(
`/api/v1/reports/top-artists?${qs({