1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Allow for repos that are forks

This commit is contained in:
Troy McConaghy 2019-06-06 14:41:22 +02:00
parent 2335405615
commit b445332ab8

View File

@ -12,7 +12,7 @@ const queryGithub = graphql`
query GitHubReposInfo {
github {
organization(login: "oceanprotocol") {
repositories(first: 100, privacy: PUBLIC, isFork: false) {
repositories(first: 100, privacy: PUBLIC) {
edges {
node {
name