reuse existing server query

This commit is contained in:
Dax Raad 2025-12-12 15:23:38 -05:00 committed by Aiden Cline
commit b41333d30f
2 changed files with 4 additions and 16 deletions

View file

@ -26,6 +26,7 @@ export const github = query(async () => {
release: {
name: release.name,
url: release.html_url,
tag_name: release.tag_name,
},
contributors: contributorCount,
}