fix issues in core
This commit is contained in:
@@ -30,8 +30,8 @@ export class Sponsor implements IEntity<SponsorId> {
|
||||
this.id = props.id;
|
||||
this.name = props.name;
|
||||
this.contactEmail = props.contactEmail;
|
||||
this.logoUrl = props.logoUrl;
|
||||
this.websiteUrl = props.websiteUrl;
|
||||
this.logoUrl = props.logoUrl ?? undefined;
|
||||
this.websiteUrl = props.websiteUrl ?? undefined;
|
||||
this.createdAt = props.createdAt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user