mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-29 13:45:35 +00:00
revert the change to expect the 'creationDate' always as type Date
This commit is contained in:
parent
f5e13ab061
commit
65a2ed6217
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user