Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get: function () {
return utils.formatDateTime(this.comment.createdAt);
},
enumerable: true,
get createdAt (): string {
return formatDateTime(this.comment.createdAt)
}
get updatedAt (): string {
return formatDateTime(this.comment.updatedAt)
}
get updatedAt() {
return formatDateTime(this.comment.updatedAt);
}
get showReactions() {
get: function () {
return formatDateTime(this.comment.updatedAt);
},
enumerable: true,
get: function () {
return utils.formatDateTime(this.comment.updatedAt);
},
enumerable: true,
get createdAt() {
return formatDateTime(this.comment.createdAt);
}
get updatedAt() {
get: function () {
return formatDateTime(this.comment.createdAt);
},
enumerable: true,