From 3b3a30d2dc8d24d58d76036e667d75aaa5f7ed7a Mon Sep 17 00:00:00 2001 From: Adarsh Gupta <113763427+apneduniya@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:46:44 +0530 Subject: [PATCH] fix: changed functions.ftd to functions.js Changed functions.ftd to functions.js in js-in-functions.ftd (https://fastn.com/js-in-function/) Signed-off-by: Adarsh Gupta <113763427+apneduniya@users.noreply.github.com> --- ftd/js-in-function.ftd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftd/js-in-function.ftd b/ftd/js-in-function.ftd index ce7e7d194..2d3a792e8 100644 --- a/ftd/js-in-function.ftd +++ b/ftd/js-in-function.ftd @@ -25,7 +25,7 @@ $on-click$: $call-js-fn(a = FifthTry Alert) \-- void call-js-fn(a): string a: -js: functions.ftd ;; +js: functions.js ;; show_alert(a) ;;