This commit is contained in:
Toby Brown 2023-11-27 17:16:53 +00:00
parent 401b0c7b1d
commit 10f562ccd0

View file

@ -18,26 +18,26 @@ export async function fetchStars() {
const { organization } = await graphql(
`
{
organization(login: 'hackclub') {
blot: repository(name: 'blot') {
organization(login: "hackclub") {
blot: repository(name: "blot") {
stargazerCount
}
sinerider: repository(name: 'sinerider') {
sinerider: repository(name: "sinerider") {
stargazerCount
}
sprig: repository(name: 'sprig') {
sprig: repository(name: "sprig") {
stargazerCount
}
hackclub: repository(name: 'hackclub') {
hackclub: repository(name: "hackclub") {
stargazerCount
}
hackathons: repository(name: 'hackathons') {
hackathons: repository(name: "hackathons") {
stargazerCount
}
sprigHardware: repository(name: 'sprig-hardware') {
sprigHardware: repository(name: "sprig-hardware") {
stargazerCount
}
onboard: repository(name: 'onboard') {
onboard: repository(name: "onboard") {
stargazerCount
}
}