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 GitHub
parent c4124af73a
commit 61b8f3e40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,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);