0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -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 { return {
directive: `client:${maybeDirectiveOptions.directive}`, directive: maybeDirectiveOptions.directive,
value: maybeDirectiveOptions.value, value: maybeDirectiveOptions.value,
}; };
} }