Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit b7fa3ea

Browse files
committed
fixing issue found by automatic CR
1 parent 43ded82 commit b7fa3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/tier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ idrinth.tier = {
193193
idrinth.tier.list[listKey].loot[difficulty].hasOwnProperty ( ic ) &&
194194
idrinth.tier.list[listKey].loot[difficulty][ic]
195195
) {
196-
ln.attributes = ln.attributes?ln.attributes:new Array();
196+
ln.attributes = ln.attributes?ln.attributes:[];
197197
var title = "";
198198
for(var key in idrinth.tier.list[listKey].loot[difficulty][ic]) {
199199
if(idrinth.tier.list[listKey].loot[difficulty][ic].hasOwnProperty (key)) {

0 commit comments

Comments
 (0)