Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 5, 2024
1 parent 0acb855 commit 8ffd80a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vike/node/runtime/renderPage/createHttpResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import type { RenderHook } from './executeOnRenderHtmlHook.js'
import type { RedirectStatusCode, AbortStatusCode, UrlRedirect } from '../../../shared/route/abort.js'
import { getHttpResponseBody, getHttpResponseBodyStreamHandlers, HttpResponseBody } from './getHttpResponseBody.js'
import { getEarlyHints, type EarlyHint } from './getEarlyHints.js'
import { getCacheControl } from './createHttpResponseObject/getCacheControl.js'
import { assertNoInfiniteHttpRedirect } from './createHttpResponseObject/assertNoInfiniteHttpRedirect.js'
import { getCacheControl } from './createHttpResponse/getCacheControl.js'
import { assertNoInfiniteHttpRedirect } from './createHttpResponse/assertNoInfiniteHttpRedirect.js'

type HttpResponse = {
statusCode: 200 | 404 | 500 | RedirectStatusCode | AbortStatusCode
Expand Down

0 comments on commit 8ffd80a

Please sign in to comment.