revert the change to expect the 'creationDate' always as type Date

This commit is contained in:
clauspeterhuebner 2025-05-14 21:35:13 +02:00
parent f5e13ab061
commit 65a2ed6217

View File

@ -11,7 +11,7 @@ export class PublicCommunityInfoLoggingView extends AbstractLoggingView {
return {
name: this.self.name,
description: this.self.description,
creationDate: this.self.creationDate,
creationDate: this.dateToString(this.self.creationDate),
publicKey: this.self.publicKey,
}
}