This commit is contained in:
bdistin
2017-09-10 11:13:28 -05:00
committed by Crawl
parent 98b81fac38
commit 29b4ca7f23

View File

@@ -44,7 +44,7 @@ class DataResolver {
return image;
}
const file = await this.resolveFile(image, browser);
return this.constructor.resolveBase64(file);
return DataResolver.resolveBase64(file);
}
/**