Skip to content

Commit 30b520f

Browse files
thevrusSeanCassiere
authored andcommitted
chore: remove comment
1 parent 78cae7d commit 30b520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convex/stats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const getStats = query({
2929
? args.library.frameworks.map(
3030
(framework) => `@tanstack/${framework}-${args.library?.id}`
3131
)
32-
: [`@tanstack/${args.library.id}`] // For libraries like @tanstack/config
32+
: [`@tanstack/${args.library.id}`]
3333
)
3434
: await ossStats.getNpmOrg(ctx, 'tanstack')
3535
return {

0 commit comments

Comments
 (0)