fix: insigniaType is require and insigniaId must not null

This commit is contained in:
Methapon2001 2024-03-19 09:21:29 +07:00
parent 4be1b977f8
commit 9f4bd402d3

View file

@ -143,8 +143,7 @@ export class CreateProfileInsignia {
section: string | null;
page: string | null;
receiveDate: Date | null;
insigniaId: string | null;
insigniaType: string | null;
insigniaId: string;
dateAnnounce: Date | null;
issue: string | null;
volumeNo: string | null;