From 636aaba506a82c2eb47e4658d60fe370e001944c Mon Sep 17 00:00:00 2001 From: Rinaldy Adin <16521390@mahasiswa.itb.ac.id> Date: Sun, 28 Apr 2024 22:04:16 +0700 Subject: [PATCH] chore: remove comment --- src/alokasi-ruangan/alokasi-ruangan.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/alokasi-ruangan/alokasi-ruangan.service.ts b/src/alokasi-ruangan/alokasi-ruangan.service.ts index 93cd452..6b93575 100644 --- a/src/alokasi-ruangan/alokasi-ruangan.service.ts +++ b/src/alokasi-ruangan/alokasi-ruangan.service.ts @@ -24,7 +24,6 @@ export class AlokasiRuanganService { private dosenBimbinganRepo: Repository<DosenBimbingan>, ) {} - // TODO only show pendaftaran belom lulus? async findAll( query: GetAllPengajuanSidangReqQueryDto, ): Promise<GetAllPengajuanSidangRespDto> { -- GitLab