mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-25 08:22:24 +00:00
Type fix in User model
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
2fc2219bb4
commit
ed9a89efb5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export type Profile = {
|
|||
avatarUrl: string;
|
||||
profileUrl: string;
|
||||
provider: ProviderEnum;
|
||||
photos: any[];
|
||||
photos: { value: string }[];
|
||||
}
|
||||
|
||||
export type PhotoProfile = {
|
||||
|
|
Loading…
Reference in a new issue