Skip to content

Commit

Permalink
fix: error user avatar type
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Aug 20, 2022
1 parent 0d9f8e9 commit 02c3a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface User {
character?: string
role?: string
created_at: string
avatar?: string
avatar?: ImageMedia
isPunched: boolean
}

Expand Down

0 comments on commit 02c3a84

Please sign in to comment.