shuffled code around

This commit is contained in:
2026-04-25 22:56:02 -07:00
parent d78a888277
commit c6af615519
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const imagesDir = path.join(__dirname, 'images'); // Use __dirname for correct p
// Define mapping of collection names to their corresponding CSV files
const collectionsMapping = {
'Perfect Order': './ME03PerfectOrderProductsAndPrices.csv',
'Perfect Order': './csv/ME03PerfectOrderProductsAndPrices.csv',
};
const createJWTToken = async (username, password) => {