diff options
author | 2024-06-11 18:18:03 +0000 | |
---|---|---|
committer | 2024-06-11 18:18:03 +0000 | |
commit | 769f11f23f3dd32da912d0688008f9233ae13dd4 (patch) | |
tree | 87bc5e8282531896aca68d69cf63eb80132c4160 | |
parent | 94ac7efd70fd264b10887805a02d5d1877af8701 (diff) | |
download | astro-769f11f23f3dd32da912d0688008f9233ae13dd4.tar.gz astro-769f11f23f3dd32da912d0688008f9233ae13dd4.tar.zst astro-769f11f23f3dd32da912d0688008f9233ae13dd4.zip |
[ci] format
-rw-r--r-- | packages/astro/templates/env/module.mjs | 2 |
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) => { |