mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 14:35:23 +02:00
fix: correct Classification index to L (col 11)
This commit is contained in:
+2
-2
@@ -23,6 +23,6 @@ export const COLUMNS = {
|
||||
SHORT_DE: 64,
|
||||
SHORT_EN: 65,
|
||||
RECOMMENDED_AGE: 67,
|
||||
CLASSIFICATION: 1, // Classification
|
||||
ITEM_AVAILABLE: 14 // Item Available
|
||||
CLASSIFICATION: 11, // Column L (index 11)
|
||||
ITEM_AVAILABLE: 14 // Column O (index 14)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user