From 8ff84155dc0d7084fc653b84675272e73d52ae08 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 23 Sep 2024 12:04:20 +0200 Subject: [PATCH] Add missing continue --- index.php | 1 + 1 file changed, 1 insertion(+) 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);