cr
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Injectable, Logger } from '@nestjs/common';
|
||||
import { PrismaService } from '../../../database/prisma.service';
|
||||
import { Injectable, Logger } from "@nestjs/common";
|
||||
import { PrismaService } from "../../../database/prisma.service";
|
||||
|
||||
/**
|
||||
* Spor Toto Analitik Servisi
|
||||
@@ -91,8 +91,8 @@ export class TotoAnalyticsService {
|
||||
consecutiveRollovers: number;
|
||||
}> {
|
||||
const bulletins = await this.prisma.totoBulletin.findMany({
|
||||
where: { status: 'COMPLETED' },
|
||||
orderBy: { gameCycleNo: 'desc' },
|
||||
where: { status: "COMPLETED" },
|
||||
orderBy: { gameCycleNo: "desc" },
|
||||
take: limit,
|
||||
include: { result: true },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user