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:
parent
ea914d38d1
commit
edf436442b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export function normalizeClientParamsDirective(value: any) {
|
|||
);
|
||||
}
|
||||
return {
|
||||
directive: `client:${maybeDirectiveOptions.directive}`,
|
||||
directive: maybeDirectiveOptions.directive,
|
||||
value: maybeDirectiveOptions.value,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue