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