summaryrefslogtreecommitdiffstats
path: root/src/api/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/server')
-rw-r--r--src/api/server/ServerApi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index 8fdaed363..24d095556 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -624,7 +624,6 @@ export default class ServerApi {
624 624
625 recipe.icons = { 625 recipe.icons = {
626 svg: `${recipe.path}/icon.svg`, 626 svg: `${recipe.path}/icon.svg`,
627 png: `${recipe.path}/icon.png`,
628 }; 627 };
629 recipe.local = true; 628 recipe.local = true;
630 629