fix(apiclient): Fixed image creation method in cloudlyApiClient
This commit is contained in:
@@ -156,7 +156,7 @@ export class CloudlyApiClient {
|
||||
return typedResponse.certificate;
|
||||
}
|
||||
|
||||
public images = {
|
||||
public image = {
|
||||
// Images
|
||||
getImageById: async (imageIdArg: string) => {
|
||||
return Image.getImageById(this, imageIdArg);
|
||||
|
Reference in New Issue
Block a user