Skip to content

Commit 687e022

Browse files
susnuxAntreesy
andauthored
Update src/utils/getAvatarUrl.ts
Co-authored-by: Maksim Sukharev <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 50e11de commit 687e022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getAvatarUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface AvatarUrlOptions {
2121
* Size of the avatar.
2222
* @default 64
2323
*/
24-
size?: number
24+
size?: 64 | 512
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)