Skip to content

Commit

Permalink
Update packages/astro/src/core/errors/errors-data.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Aug 21, 2024
1 parent d3f9ccb commit d51f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ export const ActionsWithoutServerOutputError = {
* - [Actions RFC](https://github.com/withastro/roadmap/blob/actions/proposals/0046-actions.md)
* @description
* Action was called from a form using a GET request, but only POST requests are supported. This often occurs if `method="POST"` is missing on the form.
* @deprecated Deprecated since version 4.14.4.
* @deprecated Deprecated since version 4.13.2.
*/
export const ActionsUsedWithForGetError = {
name: 'ActionsUsedWithForGetError',
Expand Down

0 comments on commit d51f86e

Please sign in to comment.