Skip to content
Snippets Groups Projects
Commit 15ffc4f3 authored by Chiquita Ahsanunnisa's avatar Chiquita Ahsanunnisa
Browse files

refactor: remove active status from dto

parent 0b0aac10
2 merge requests!58final release,!51task/massive refactor
......@@ -61,7 +61,7 @@ export class TopikQueryDto {
idPembimbing?: string;
}
export class PengajuDto extends OmitType(Pengguna, ["nim"] as const) {}
export class PengajuDto extends OmitType(Pengguna, ["nim", "aktif"] as const) {}
export class OmittedTopik extends OmitType(Topik, ["idPengaju"] as const) {
@ApiProperty({ type: PengajuDto })
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment