Skip to content

Commit

Permalink
fix: "affiliation" is not an enum parameter (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and gr2m committed Feb 27, 2019
1 parent b189bda commit 6100bec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 27 deletions.
5 changes: 0 additions & 5 deletions ghe-2.13/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -6759,11 +6759,6 @@
"method": "GET",
"params": {
"affiliation": {
"enum": [
"owner",
"collaborator",
"organization_member"
],
"type": "string"
},
"direction": {
Expand Down
5 changes: 0 additions & 5 deletions ghe-2.14/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7527,11 +7527,6 @@
"method": "GET",
"params": {
"affiliation": {
"enum": [
"owner",
"collaborator",
"organization_member"
],
"type": "string"
},
"direction": {
Expand Down
5 changes: 0 additions & 5 deletions ghe-2.15/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7541,11 +7541,6 @@
"method": "GET",
"params": {
"affiliation": {
"enum": [
"owner",
"collaborator",
"organization_member"
],
"type": "string"
},
"direction": {
Expand Down
5 changes: 0 additions & 5 deletions ghe-2.16/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7577,11 +7577,6 @@
"method": "GET",
"params": {
"affiliation": {
"enum": [
"owner",
"collaborator",
"organization_member"
],
"type": "string"
},
"direction": {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/octokit/plugin-enterprise-rest.js#readme",
"devDependencies": {
"@octokit/routes": "18.6.2",
"@octokit/routes": "18.6.3",
"coveralls": "^3.0.2",
"lodash.camelcase": "^4.3.0",
"make-dir": "^1.3.0",
Expand Down

0 comments on commit 6100bec

Please sign in to comment.