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);