0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
This commit is contained in:
Florian Lefebvre 2024-12-12 16:15:41 +01:00
parent aeec14ae89
commit b5fe5c53dc

View file

@ -103,7 +103,7 @@ async function handleAction(param, path, context) {
const rawResult = await fetch(
getActionPath({
toString() {
return path;
return getActionQueryString(path);
},
}),
{