From de8dc5c86719908dadfd593ab104cef4567eec23 Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Tue, 1 Oct 2024 14:04:38 +0930 Subject: [PATCH] Remove dummy variable --- SmartFormsIgRouting.js | 1 - 1 file changed, 1 deletion(-) diff --git a/SmartFormsIgRouting.js b/SmartFormsIgRouting.js index daf423f1..8573eaf4 100644 --- a/SmartFormsIgRouting.js +++ b/SmartFormsIgRouting.js @@ -8,7 +8,6 @@ // Latest IG version, update this every time the IG is updated const latestVersion = "0.2.0-draft"; -const dummyVariable = "0.2.0-draft"; const basePathIg = "ig" const implementationGuideCanonical = `/${basePathIg}/ImplementationGuide/csiro.fhir.au.smartforms`