Skip to content

Commit 79ded64

Browse files
autofix-ci[bot]gameroman
authored andcommitted
[autofix.ci] apply automated fixes
1 parent b419292 commit 79ded64

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
@@ -379,7 +379,7 @@ const badgeStrategies = {
379379
if (versionData && hasBuiltInTypes(versionData)) {
380380
return { label: 'types', value: 'included', color: COLORS.blue }
381381
}
382-
382+
383383
const { pkg, typesPackage, files } = await fetchPackageWithTypesAndFiles(
384384
pkgData.name,
385385
requestedVersion,

0 commit comments

Comments
 (0)