mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 09:22:19 +00:00
Correct test to declare variable
This commit is contained in:
parent
ff929b669d
commit
bc90893284
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ describe('user.fns.buy', function() {
|
|||
|
||||
_(shared.content.gearTypes).each(function(type) {
|
||||
_(shared.content.gear.tree[type].armoire).each(function(gearObject, gearName) {
|
||||
armoireKey = gearObject.key;
|
||||
let armoireKey = gearObject.key;
|
||||
fullArmoire[armoireKey] = true;
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue