From c0fb300a87073aec79be751dac37c00a08a68cb1 Mon Sep 17 00:00:00 2001 From: Shinsina Date: Thu, 10 Jun 2021 13:03:30 -0500 Subject: [PATCH] Place the ever-important semicolon --- packages/marko-web-inquiry/components/form.marko | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marko-web-inquiry/components/form.marko b/packages/marko-web-inquiry/components/form.marko index 71a618aed..971f97438 100644 --- a/packages/marko-web-inquiry/components/form.marko +++ b/packages/marko-web-inquiry/components/form.marko @@ -11,7 +11,7 @@ $ const withDescription = defaultValue(input.withDescription, true); $ const blockName = "inquiry-form"; $ const { RECAPTCHA_SITE_KEY } = require('../env'); -$ const lang = defaultValue(input.lang, "en") +$ const lang = defaultValue(input.lang, "en");