move user.updateAt to UserLite
This commit is contained in:
parent
3dbfb4fa20
commit
69402e3abb
4 changed files with 9 additions and 8 deletions
|
|
@ -443,6 +443,7 @@ export class WebhookTestService {
|
|||
return {
|
||||
...user,
|
||||
createdAt: this.idService.parse(user.id).date.toISOString(),
|
||||
updatedAt: null,
|
||||
id: user.id,
|
||||
name: user.name,
|
||||
username: user.username,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue