From 1fff75cc5e52c56144cd90a5f0918f3b920d8142 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 11 Oct 2024 23:42:20 -0400 Subject: [PATCH] Update homebrew.api.js --- server/homebrew.api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/homebrew.api.js b/server/homebrew.api.js index cfa609bca..22e2cee7b 100644 --- a/server/homebrew.api.js +++ b/server/homebrew.api.js @@ -267,7 +267,7 @@ const api = { getThemeBundle : async(req, res)=>{ /* getThemeBundle: Collects the theme and all parent themes returns an object containing an array of css, and an array of snippets, in render order - + req.params.id : The shareId ( User theme ) or name ( static theme ) req.params.renderer : The Markdown renderer used for this theme */