From d329160fc0d0b07bc27360e3caaaed8a78e3fae1 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 19 Mar 2024 07:43:46 +0000 Subject: [PATCH] Fix missing comma in githubPath assignment --- App/FeatureSet/Docs/Index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/FeatureSet/Docs/Index.ts b/App/FeatureSet/Docs/Index.ts index 8645fa19eb..6b8e30e896 100755 --- a/App/FeatureSet/Docs/Index.ts +++ b/App/FeatureSet/Docs/Index.ts @@ -67,7 +67,7 @@ app.get( content: renderedContent, category: currentCategory, link: currrentNavLink, - githubPath: fullPath + githubPath: fullPath, }); } catch (err) { logger.error(err);