Skip to content

Commit af43eb4

Browse files
committed
chore: fix linting error
1 parent dc01b2c commit af43eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/core/routing/matcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import type {
99
RouteHas,
1010
} from "types/next-types";
1111
import type { InternalEvent, InternalResult } from "types/open-next";
12+
import { normalizeRepeatedSlashes } from "utils/normalize-path";
1213
import { emptyReadableStream, toReadableStream } from "utils/stream";
13-
import { normalizeRepeatedSlashes } from "utils/normalize-path"
1414

1515
import { debug } from "../../adapters/logger";
1616
import { handleLocaleRedirect, localizePath } from "./i18n";

0 commit comments

Comments
 (0)