1
0
Fork 0

Fix missing Account.name on getAuthUser return type.

This commit is contained in:
John Livingston 2022-01-11 00:10:37 +01:00 committed by Chocobozzz
parent f85b5afb7c
commit dd200d3477
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ export type PeerTubeHelpers = {
email: string
blocked: boolean
role: UserRole
Account: {
name: string
}
} | undefined>
}
}