chore: import validate

This commit is contained in:
Chareice 2025-01-12 17:32:34 +08:00
parent de35229e64
commit 327f02ca1a
No known key found for this signature in database

View File

@ -66,7 +66,8 @@ export class XlsxImporter extends EventEmitter {
}
}
await this.getData();
const data = await this.getData();
return data;
}
async run(options: RunOptions = {}) {