@@ -150,7 +150,6 @@ export class PredictionsController {
|
||||
@Get(":matchId/commentary")
|
||||
async getCommentary(
|
||||
@Param("matchId") matchId: string,
|
||||
@CurrentUser() user: any,
|
||||
): Promise<{ commentary: string | null }> {
|
||||
const commentary = await this.predictionsService.getAiCommentary(matchId);
|
||||
return { commentary };
|
||||
|
||||
Reference in New Issue
Block a user