Skip to content

Commit

Permalink
chore: fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Aug 23, 2022
1 parent 10fee06 commit 7b10f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/analysis/get-page-static-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { promises as fs } from 'fs'
import { tryToParsePath } from '../../lib/try-to-parse-path'
import * as Log from '../output/log'
import { SERVER_RUNTIME } from '../../lib/constants'
import { ServerRuntime } from '../../types'
import { ServerRuntime } from 'next/types'

export interface MiddlewareConfig {
pathMatcher: RegExp // only relevant to middleware, not to edge APIs
Expand Down

0 comments on commit 7b10f17

Please sign in to comment.