Skip to content

Commit

Permalink
Add missing continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Sep 23, 2024
1 parent 32cd829 commit 8ff8415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ function resolveTagsToUses(results)
if (entry)
{
res.push({ type: "sentinel", key: entry[0], value: entry[1] });
continue;
}
}
res.push(result);
Expand Down

0 comments on commit 8ff8415

Please sign in to comment.