From 769f11f23f3dd32da912d0688008f9233ae13dd4 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Tue, 11 Jun 2024 18:18:03 +0000 Subject: [PATCH] [ci] format --- packages/astro/templates/env/module.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/templates/env/module.mjs b/packages/astro/templates/env/module.mjs index c88c2caec8..952dadbba1 100644 --- a/packages/astro/templates/env/module.mjs +++ b/packages/astro/templates/env/module.mjs @@ -2,8 +2,8 @@ import { schema } from 'virtual:astro:env/internal'; import { createInvalidVariableError, getEnv, - validateEnvVariable, setOnSetGetEnv, + validateEnvVariable, } from 'astro/env/runtime'; export const getSecret = (key) => {