From 2f45ba69762673923fd8c647fedeae651a4c5927 Mon Sep 17 00:00:00 2001 From: Olivier Freyssinet Date: Tue, 1 Mar 2022 10:32:21 +0100 Subject: [PATCH] lint --- src/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env.ts b/src/env.ts index df50d607d5..29f1e051d2 100644 --- a/src/env.ts +++ b/src/env.ts @@ -563,7 +563,7 @@ const envDefinitions = { USE_LEARN_STAGING_URL: { def: false, parser: boolParser, - desc: "use the staging URL for the learn page" + desc: "use the staging URL for the learn page", }, };