From 06379ce6d1fefaf5a2bf3fc848d129e59fb999b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9is=20Bazin?= <9104039+tbazin@users.noreply.github.com> Date: Sat, 13 May 2023 01:34:03 +0200 Subject: [PATCH] Fix argument typo: contenxt -> content typo (#3257) --- packages/core/src/resources/Users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/resources/Users.ts b/packages/core/src/resources/Users.ts index 06ecff90..32e8c485 100644 --- a/packages/core/src/resources/Users.ts +++ b/packages/core/src/resources/Users.ts @@ -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;