reuse existing server query
This commit is contained in:
parent
f9c24ba266
commit
b41333d30f
2 changed files with 4 additions and 16 deletions
|
|
@ -26,6 +26,7 @@ export const github = query(async () => {
|
|||
release: {
|
||||
name: release.name,
|
||||
url: release.html_url,
|
||||
tag_name: release.tag_name,
|
||||
},
|
||||
contributors: contributorCount,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue