refactor: Some path refactoring
This commit is contained in:
@@ -147,7 +147,7 @@ export default async function parseV3(downloadedFilePath: string) {
|
||||
schedule,
|
||||
};
|
||||
|
||||
fs.writeFileSync("db/v3.json", JSON.stringify(data, null, 2));
|
||||
fs.writeFileSync("volume/db/v3.json", JSON.stringify(data, null, 2));
|
||||
}
|
||||
|
||||
//
|
||||
@@ -424,4 +424,4 @@ function formatNowTime() {
|
||||
);
|
||||
}
|
||||
|
||||
parseV3("db/current.xlsx")
|
||||
//parseV3("db/current.xlsx")
|
||||
|
||||
Reference in New Issue
Block a user