Handle includes in the front for the hisory

This commit is contained in:
2023-11-29 18:06:28 +01:00
parent 3f0c2472cb
commit 59a48ad060
5 changed files with 12 additions and 29 deletions

View File

@@ -51,6 +51,7 @@ export class HistoryService {
orderBy: { playDate: 'desc' },
skip,
take,
include: { song: true }
});
}