mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
fix: feature validation test
This commit is contained in:
parent
d878774766
commit
b3bc57bebf
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export function validateSupportedFeatures(
|
|||
adapterName,
|
||||
logger,
|
||||
'astro:env getSecret',
|
||||
() => Object.keys(config?.env.schema ?? {}).length !== 0,
|
||||
() => Object.keys(config?.env?.schema ?? {}).length !== 0,
|
||||
);
|
||||
|
||||
return validationResult;
|
||||
|
|
Loading…
Add table
Reference in a new issue