aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/circuit/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 04:35:58 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 04:35:58 +0530
commit10b057dd86897704c51a328239780bc5fed0f273 (patch)
tree396bdf865f48559c64be6d701dd8647c9e0430fa /recipes/circuit/index.js
parentStop clearing storage data on unload in WhatsApp recipe (#778) (diff)
downloadferdium-recipes-10b057dd86897704c51a328239780bc5fed0f273.tar.gz
ferdium-recipes-10b057dd86897704c51a328239780bc5fed0f273.tar.zst
ferdium-recipes-10b057dd86897704c51a328239780bc5fed0f273.zip
fix: fix javascript error in 'circuit' recipe
Diffstat (limited to 'recipes/circuit/index.js')
-rw-r--r--recipes/circuit/index.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/circuit/index.js b/recipes/circuit/index.js
index e467459..fbbcd9a 100644
--- a/recipes/circuit/index.js
+++ b/recipes/circuit/index.js
@@ -1,5 +1,2 @@
1"use strict";
2
3// just pass through Ferdi 1// just pass through Ferdi
4 2module.exports = Ferdi => Ferdi;
5module.exports = Ferdi => Ferdi; \ No newline at end of file