mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +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 {
|
return {
|
||||||
name: this.self.name,
|
name: this.self.name,
|
||||||
description: this.self.description,
|
description: this.self.description,
|
||||||
creationDate: this.self.creationDate,
|
creationDate: this.dateToString(this.self.creationDate),
|
||||||
publicKey: this.self.publicKey,
|
publicKey: this.self.publicKey,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user