mirror of
https://github.com/zkitter/groups.git
synced 2026-01-09 13:08:01 -05:00
clean up
This commit is contained in:
@@ -19,10 +19,7 @@ export const getCommittersByOrg = async (org: string) => {
|
||||
method: 'POST',
|
||||
})
|
||||
|
||||
const r = await res.json()
|
||||
const repos = r.data.organization.repositories.nodes
|
||||
// const repos = (await res.json()).data.organization.repositories.nodes
|
||||
// console.log(repos)
|
||||
const repos = (await res.json()).data.organization.repositories.nodes
|
||||
|
||||
return [
|
||||
...new Set(
|
||||
|
||||
Reference in New Issue
Block a user