[ci] format

This commit is contained in:
ematipico 2023-05-17 10:50:02 +00:00 committed by fredkbot
parent 075eee08f2
commit 3a7f6ae918

View file

@ -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.