This commit is contained in:
bdistin
2017-09-10 18:13:28 +02:00
committed by Crawl
parent 98b81fac38
commit 29b4ca7f23
+1 -1
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);
}
/**