Skip to content

Commit

Permalink
recreate rest-api-operations PR github#111
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs committed Nov 25, 2020
1 parent 9d9a694 commit cf78a71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions script/rest/utils/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ module.exports = class Operation {
async renderNotes () {
this.notes = []

if (this['x-github'].enabledForGitHubApps) {
this.notes.push('<a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a>')
}

return Promise.all(this.notes.map(async (note) => renderContent(note)))
}
}
Expand Down

0 comments on commit cf78a71

Please sign in to comment.