fix(api): include channels in datatable response for feeds
This commit is contained in:
parent
130fa63f69
commit
10d55be62d
@ -124,6 +124,7 @@ export const datatable = async (request: Request, response: Response) => {
|
||||
skip: start,
|
||||
take: size,
|
||||
orderBy: orderBy,
|
||||
include: { channels: true }
|
||||
});
|
||||
|
||||
response.json(<DataTableResponse>{
|
||||
|
Loading…
x
Reference in New Issue
Block a user