refactor: Some path refactoring
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
import parseV1V2 from "./parse/v1_v2.js";
|
||||
import parseV3 from "./parse/v3.js";
|
||||
|
||||
|
||||
export default async function parseThisShit(downloadedFilePath: string) {
|
||||
await parseV1V2(downloadedFilePath);
|
||||
await parseV3(downloadedFilePath);
|
||||
|
||||
Reference in New Issue
Block a user