fix: add handle for reader query

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-09-02 17:26:36 +08:00
parent c7fdb43b0e
commit 02c213a176
3 changed files with 3 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ export interface AuthUser {
image: string
name: string
provider: string
handle: string
}