reuse existing server query

This commit is contained in:
Dax Raad
2025-12-12 15:23:38 -05:00
parent c5b45ef2d4
commit 9cd0f9d03c
2 changed files with 4 additions and 16 deletions
+1
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,
}