summaryrefslogtreecommitdiff
path: root/packages/astro/src/actions/runtime/virtual/shared.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/src/actions/runtime/virtual/shared.ts')
-rw-r--r--packages/astro/src/actions/runtime/virtual/shared.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/astro/src/actions/runtime/virtual/shared.ts b/packages/astro/src/actions/runtime/virtual/shared.ts
index 24e740681..c9df7969f 100644
--- a/packages/astro/src/actions/runtime/virtual/shared.ts
+++ b/packages/astro/src/actions/runtime/virtual/shared.ts
@@ -1,7 +1,10 @@
import { parse as devalueParse, stringify as devalueStringify } from 'devalue';
import type { z } from 'zod';
import { REDIRECT_STATUS_CODES } from '../../../core/constants.js';
-import {ActionCalledFromServerError, ActionsReturnedInvalidDataError} from '../../../core/errors/errors-data.js';
+import {
+ ActionCalledFromServerError,
+ ActionsReturnedInvalidDataError,
+} from '../../../core/errors/errors-data.js';
import { AstroError } from '../../../core/errors/errors.js';
import { appendForwardSlash as _appendForwardSlash } from '../../../core/path.js';
import { ACTION_QUERY_PARAMS as _ACTION_QUERY_PARAMS } from '../../consts.js';