move user.updateAt to UserLite

This commit is contained in:
Hazelnoot 2025-07-04 10:43:23 -04:00
parent 3dbfb4fa20
commit 69402e3abb
4 changed files with 9 additions and 8 deletions

View file

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