Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Aug 1, 2024
1 parent a65ffe3 commit ac72ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/astro/src/actions/runtime/virtual/server.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { z } from 'zod';
import type { ErrorInferenceObject, MaybePromise, ActionAPIContext } from '../utils.js';
import { ActionError, ActionInputError, type SafeResult, callSafely } from './shared.js';
import { AstroError } from '../../../core/errors/errors.js';
import { ActionCalledFromServerError } from '../../../core/errors/errors-data.js';
import { AstroError } from '../../../core/errors/errors.js';
import type { ActionAPIContext, ErrorInferenceObject, MaybePromise } from '../utils.js';
import { ActionError, ActionInputError, type SafeResult, callSafely } from './shared.js';

export * from './shared.js';

Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/types/call-action.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { describe, it } from 'node:test';
import { expectTypeOf } from 'expect-type';
import type { APIContext } from '../../dist/@types/astro.js';
import { type ActionReturnType, defineAction } from '../../dist/actions/runtime/virtual/server.js';
import { z } from '../../zod.mjs';
import type { APIContext } from '../../dist/@types/astro.js';

describe('Astro.callAction', () => {
it('Infers JSON action result on callAction', async () => {
Expand Down

0 comments on commit ac72ed2

Please sign in to comment.