Skip to content

Commit 741d4aa

Browse files
[autofix.ci] apply automated fixes
1 parent 3056a75 commit 741d4aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

server/routes/raw/[...slug].md.get.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { generatePackageMarkdown } from '../../utils/markdown'
2-
import {
3-
isStandardReadme,
4-
fetchReadmeFromJsdelivr,
5-
} from '../../utils/readme-loaders'
2+
import { isStandardReadme, fetchReadmeFromJsdelivr } from '../../utils/readme-loaders'
63
import * as v from 'valibot'
74
import { PackageRouteParamsSchema } from '#shared/schemas/package'
85
import { NPM_MISSING_README_SENTINEL, ERROR_NPM_FETCH_FAILED } from '#shared/utils/constants'

0 commit comments

Comments
 (0)