Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed May 17, 2023
1 parent 075eee0 commit 3a7f6ae
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/astro/src/core/middleware/callMiddleware.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import type { APIContext, MiddlewareHandler, MiddlewareNext } from '../../@types/astro';
import { bold } from 'kleur/colors';
import type {
APIContext,
EndpointOutput,
MiddlewareHandler,
MiddlewareNext,
} from '../../@types/astro';
import { AstroError, AstroErrorData } from '../errors/index.js';
import type { EndpointOutput } from '../../@types/astro';
import { warn } from '../logger/core.js';
import type { Environment } from '../render';
import { bold } from 'kleur/colors';

/**
* Utility function that is in charge of calling the middleware.
Expand Down

0 comments on commit 3a7f6ae

Please sign in to comment.