mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Fix a bug causing localizations to be pulled more often than needed
This commit is contained in:
parent
e35437460e
commit
cde9aa111c
|
|
@ -39,6 +39,8 @@ export class LocalizationProcessor {
|
|||
*dataIterations(data) {
|
||||
for (let ruleset of this.rulesetIterations()) {
|
||||
for (let node of jsonpath.query(data, ruleset.node)) {
|
||||
if (!node) continue;
|
||||
|
||||
let id = get(node, ruleset.id);
|
||||
|
||||
yield {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user