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