Chore: Migrate REST API - setAvatarFromService to Typescript (#3871)

This commit is contained in:
Reinaldo Neto 2022-03-10 10:17:22 -03:00 committed by AlexAlexandre
parent 2313f58a88
commit 02c0a475ac
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ export const setAvatarFromService = ({
data: any; data: any;
contentType?: string; contentType?: string;
service?: string | null; service?: string | null;
}) => }): Promise<void> =>
// RC 0.51.0 // RC 0.51.0
sdk.methodCallWrapper('setAvatarFromService', data, contentType, service); sdk.methodCallWrapper('setAvatarFromService', data, contentType, service);