mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
linting database
This commit is contained in:
parent
bdaf48b29e
commit
a013f84814
@ -17,8 +17,8 @@ export class UserContactLoggingView extends AbstractLoggingView {
|
||||
|
||||
public toJSON(): any {
|
||||
return {
|
||||
self: this.self ?
|
||||
{
|
||||
self: this.self
|
||||
? {
|
||||
id: this.self.id,
|
||||
type: this.self.type,
|
||||
user:
|
||||
@ -34,7 +34,8 @@ export class UserContactLoggingView extends AbstractLoggingView {
|
||||
createdAt: this.dateToString(this.self.createdAt),
|
||||
updatedAt: this.dateToString(this.self.updatedAt),
|
||||
deletedAt: this.dateToString(this.self.deletedAt),
|
||||
} : undefined
|
||||
}
|
||||
: undefined,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user