fix(SPG-619) Informasi Season Periode tidak muncul jika tgl dipilih bukan tanggal hari ini

pull/33/head
Aswin Ashar Abdullah 2024-07-19 13:27:17 +07:00
parent 41f4773df6
commit 0b236cb879
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import { STATUS } from 'src/core/strings/constants/base.constants';
@Injectable()
export class CurrentSeasonPeriodManager extends BaseIndexManager<SeasonPeriodEntity> {
async prepareData(): Promise<void> {
this.filterParam.limit = 10;
return;
}