Skip to content

Commit

Permalink
Updates to Surplus Inventory! - Wed Oct 16 12:02:40 AM CDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
CKraft11 committed Oct 16, 2024
1 parent 150e06a commit ed81f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const fs = require('fs');
itemTags.push("Other");
}
if(itemsArr[i][0] == "[") {
customTag = itemsArr[i].substring(itemsArr[i].indexOf("[") + 1,, itemsArr[i].lastIndexOf("]"));
customTag = itemsArr[i].substring(itemsArr[i].indexOf("[") + 1, itemsArr[i].lastIndexOf("]"));
console.log(customTag);
}
if(itemNamesDb.indexOf(itemsArr[i]) >= 0) {
Expand Down

0 comments on commit ed81f59

Please sign in to comment.