diff --git a/index.php b/index.php index e65c490..d70932a 100644 --- a/index.php +++ b/index.php @@ -672,6 +672,7 @@ function resolveTagsToUses(results) if (entry) { res.push({ type: "sentinel", key: entry[0], value: entry[1] }); + continue; } } res.push(result);