gg
Deploy Iddaai Backend / build-and-deploy (push) Successful in 31s

This commit is contained in:
2026-05-18 00:08:50 +03:00
parent 5574a3c59d
commit 1d4aa36602
3 changed files with 34 additions and 64 deletions
@@ -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 };