mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
fix
This commit is contained in:
parent
aeec14ae89
commit
b5fe5c53dc
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ async function handleAction(param, path, context) {
|
|||
const rawResult = await fetch(
|
||||
getActionPath({
|
||||
toString() {
|
||||
return path;
|
||||
return getActionQueryString(path);
|
||||
},
|
||||
}),
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue