From f500bfd2038198b166106d1007127686e094e91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20H=C3=B6ij?= Date: Sat, 25 Oct 2025 20:55:52 +0200 Subject: [PATCH] Fixes #340 --- lib/query/woqlDoc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/query/woqlDoc.js b/lib/query/woqlDoc.js index 400a879..3b169c0 100644 --- a/lib/query/woqlDoc.js +++ b/lib/query/woqlDoc.js @@ -98,7 +98,6 @@ function VarUnique(name) { } // Inherit Var prototype chain for VarUnique to pass instanceof check for Var (same) VarUnique.prototype = Object.create(Var.prototype); -VarUnique.prototype.constructor = VarUnique; /** * Reset the unique variable counter to a specific value