@@ -323,9 +323,9 @@ export class HomepageService {
const channel = await this.prisma.channel.findUnique({
where: { channelId },
- // select: {
- // categories: true,
- // },
+ select: {
+ categories: true,
+ },
});
this.logger.log(
`Fetched channel data for channelId=${channelId}: ${JSON.stringify(channel)}`,