Skip to content

Commit e05f6d9

Browse files
committed
fix linting
1 parent 48c9f15 commit e05f6d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/open-next/src/build/patch/patchFetchCacheISR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { Lang } from "@ast-grep/napi";
12
import { getCrossPlatformPathRegex } from "utils/regex.js";
23
import { createPatchCode } from "./astCodePatcher.js";
34
import type { CodePatcher } from "./codePatcher";
4-
import { Lang } from "@ast-grep/napi";
55

66
export const fetchRule = `
77
rule:

packages/tests-unit/tests/build/patch/patchFetchCacheISR.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { patchCode } from "@opennextjs/aws/build/patch/astCodePatcher.js";
22
import {
3-
unstable_cacheRule,
43
fetchRule,
4+
unstable_cacheRule,
55
} from "@opennextjs/aws/build/patch/patchFetchCacheISR.js";
66
import { describe } from "vitest";
77

0 commit comments

Comments
 (0)