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