refactor api modules
This commit is contained in:
@@ -3,5 +3,5 @@ import { SponsorDTO } from './SponsorDTO';
|
||||
|
||||
export class CreateSponsorOutputDTO {
|
||||
@ApiProperty({ type: SponsorDTO })
|
||||
sponsor: SponsorDTO;
|
||||
sponsor: SponsorDTO = new SponsorDTO();
|
||||
}
|
||||
Reference in New Issue
Block a user