]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix missing Account.name on getAuthUser return type.
authorJohn Livingston <git@john-livingston.fr>
Mon, 10 Jan 2022 23:10:37 +0000 (00:10 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 12 Jan 2022 14:26:13 +0000 (15:26 +0100)
server/types/plugins/register-server-option.model.ts

index 9f472d900e4367002fff650648bfe977f340c298..ff32e8199e43f327f6590d80938bf5355045db3d 100644 (file)
@@ -106,6 +106,9 @@ export type PeerTubeHelpers = {
       email: string
       blocked: boolean
       role: UserRole
+      Account: {
+        name: string
+      }
     } | undefined>
   }
 }