Skip to content

Commit cfbc5e1

Browse files
[autofix.ci] apply automated fixes
1 parent 47fff7b commit cfbc5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/registry/badge/[type]/[...pkg].get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ const badgeStrategies = {
377377
if (hasBuiltInTypes(pkgData)) {
378378
return { label: 'types', value: 'included', color: COLORS.blue }
379379
}
380-
380+
381381
const { pkg, typesPackage, files } = await fetchPackageWithTypesAndFiles(
382382
pkgData.name,
383383
requestedVersion,

0 commit comments

Comments
 (0)