Skip to content

Commit

Permalink
fix: remove duplicated endpoint definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 26, 2020
1 parent d3bb0fd commit fe0a973
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
19 changes: 0 additions & 19 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -7488,25 +7488,6 @@
}
]
},
{
"name": "Delete a reaction",
"scope": "reactions",
"id": "delete",
"method": "DELETE",
"url": "/reactions/{reaction_id}",
"parameters": [
{
"alias": null,
"allowNull": false,
"deprecated": null,
"description": "reaction_id parameter",
"enum": null,
"name": "reaction_id",
"type": "integer",
"required": true
}
]
},
{
"name": "Get",
"scope": "repos",
Expand Down
12 changes: 0 additions & 12 deletions src/generated/Endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6306,18 +6306,6 @@ type ReactionsDeleteRequestOptions = {
headers: RequestHeaders;
request: RequestRequestOptions;
};
type ReactionsDeleteEndpoint = {
/**
* reaction_id parameter
*/
reaction_id: number;
};
type ReactionsDeleteRequestOptions = {
method: "DELETE";
url: Url;
headers: RequestHeaders;
request: RequestRequestOptions;
};
type ReposGetEndpoint = {
/**
* owner parameter
Expand Down

0 comments on commit fe0a973

Please sign in to comment.