From b15c39f861cf78d557a2a7da3f6efdfc0c69c13a Mon Sep 17 00:00:00 2001 From: Index Date: Thu, 18 Apr 2024 16:55:13 -0500 Subject: [PATCH] Update store.js accidentally selected line of code I didn't mean to GitHub commit (event items category on store, I unchecked all the lines but the last line in the function) --- js/store/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/store/store.js b/js/store/store.js index 432a6d1..f492e35 100755 --- a/js/store/store.js +++ b/js/store/store.js @@ -85,4 +85,4 @@ function CheckInventory(id) { return Item } -} \ No newline at end of file +} }) \ No newline at end of file