summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <florian-lefebvre@users.noreply.github.com> 2024-06-11 18:18:03 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-06-11 18:18:03 +0000
commit769f11f23f3dd32da912d0688008f9233ae13dd4 (patch)
tree87bc5e8282531896aca68d69cf63eb80132c4160
parent94ac7efd70fd264b10887805a02d5d1877af8701 (diff)
downloadastro-769f11f23f3dd32da912d0688008f9233ae13dd4.tar.gz
astro-769f11f23f3dd32da912d0688008f9233ae13dd4.tar.zst
astro-769f11f23f3dd32da912d0688008f9233ae13dd4.zip
[ci] format
-rw-r--r--packages/astro/templates/env/module.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/templates/env/module.mjs b/packages/astro/templates/env/module.mjs
index c88c2caec..952dadbba 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) => {