typo
This commit is contained in:
12
front/API.ts
12
front/API.ts
@@ -691,16 +691,4 @@ export default class API {
|
||||
};
|
||||
}
|
||||
|
||||
public static getUserPlaayHistory(): Query<SongHistoryItem[]> {
|
||||
return {
|
||||
key: ['history'],
|
||||
exec: () =>
|
||||
API.fetch(
|
||||
{
|
||||
route: '/history',
|
||||
},
|
||||
{ handler: ListHandler(SongHistoryItemHandler) }
|
||||
),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user