Fix argument typo: contenxt -> content typo (#3257)

This commit is contained in:
Théis Bazin 2023-05-13 01:34:03 +02:00 committed by GitHub
parent 0f7d718770
commit 06379ce6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ export type AllUsersOptions = {
export type CreateUserOptions = {
admin?: boolean;
auditor?: boolean;
avatar?: { contenxt: Blob; filepath?: string };
avatar?: { content: Blob; filepath?: string };
bio?: string;
canCreateGroup?: boolean;
colorSchemeId?: number;