Skip to content

Commit b19d48e

Browse files
committed
fix lint
1 parent 5215cf8 commit b19d48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/content/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { wrapTracer } from '@opentelemetry/api/experimental'
1818
import glob from 'fast-glob'
1919
import type { MiddlewareManifest } from 'next/dist/build/webpack/plugins/middleware-plugin.js'
2020
import type { FunctionsConfigManifest } from 'next-with-cache-handler-v2/dist/build/index.js'
21-
import { prerelease, satisfies, lt as semverLowerThan, lte as semverLowerThanOrEqual } from 'semver'
21+
import { satisfies } from 'semver'
2222

2323
import type { RunConfig } from '../../run/config.js'
2424
import { RUN_CONFIG_FILE } from '../../run/constants.js'

0 commit comments

Comments
 (0)