Merge pull request #202 from dolanmiu/feat/correct-mine-type
Remove async await for Compiler.compile
This commit is contained in:
@ -36,7 +36,7 @@ export class Compiler {
|
||||
this.imageReplacer = new ImageReplacer();
|
||||
}
|
||||
|
||||
public async compile(file: File): Promise<JSZip> {
|
||||
public compile(file: File): JSZip {
|
||||
const zip = new JSZip();
|
||||
const xmlifiedFileMapping = this.xmlifyFile(file);
|
||||
|
||||
|
Reference in New Issue
Block a user