Skip to content

Commit 3907e95

Browse files
[autofix.ci] apply automated fixes
1 parent 9e467d0 commit 3907e95

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
@@ -290,7 +290,7 @@ async function fetchInstallSize(packageName: string, version: string): Promise<n
290290

291291
const badgeStrategies = {
292292
'name': async (pkgData: globalThis.Packument) => {
293-
return { label: 'npm', value: pkgData.name, color: COLORS.slate }
293+
return { label: 'npm', value: pkgData.name, color: COLORS.slate }
294294
},
295295

296296
'version': async (pkgData: globalThis.Packument, requestedVersion?: string) => {

0 commit comments

Comments
 (0)