We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500ee90 commit e1e9578Copy full SHA for e1e9578
src/services/account/accountFollowingPlaylist.ts
@@ -26,7 +26,7 @@ export class AccountFollowingPlaylistService extends BaseManyService<AccountFoll
26
27
async getFollowedPlaylistsPrivateWithCount(
28
account_id: number,
29
- medium_id?: number,
+ medium_id: number | null,
30
config?: FindManyOptions<AccountFollowingPlaylist>):
31
Promise<[AccountFollowingPlaylist[], number]> {
32
return this.repositoryRead.findAndCount({
0 commit comments