Skip to content

Commit

Permalink
filterMultipleArrays: forgot this part
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Jul 4, 2023
1 parent ad7c996 commit 6d191b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/wiki-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export function filterMultipleArrays(...args) {

for (let i = length - 1; i >= 0; i--) {
const args = arrays.map(array => array[i]);
args.push(i, arrays);

if (!fn(...args)) {
for (let j = 0; j < arrays.length; j++) {
Expand Down

0 comments on commit 6d191b5

Please sign in to comment.