Handle includes in the front for the hisory
This commit is contained in:
@@ -51,6 +51,7 @@ export class HistoryService {
|
||||
orderBy: { playDate: 'desc' },
|
||||
skip,
|
||||
take,
|
||||
include: { song: true }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user