0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00

make tests pass

This commit is contained in:
Moustapha HappyDev 2023-12-21 14:07:16 +00:00
parent ea914d38d1
commit edf436442b

View file

@ -37,7 +37,7 @@ export function normalizeClientParamsDirective(value: any) {
);
}
return {
directive: `client:${maybeDirectiveOptions.directive}`,
directive: maybeDirectiveOptions.directive,
value: maybeDirectiveOptions.value,
};
}