move user.lastFetchedAt to UserLite

This commit is contained in:
Hazelnoot 2025-07-04 12:31:36 -04:00
parent 69402e3abb
commit f163e15602
4 changed files with 9 additions and 8 deletions

View file

@ -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,