Skip to content

Commit cf78a71

Browse files
committed
recreate rest-api-operations PR #111
1 parent 9d9a694 commit cf78a71

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

script/rest/utils/operation.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ module.exports = class Operation {
177177
async renderNotes () {
178178
this.notes = []
179179

180-
if (this['x-github'].enabledForGitHubApps) {
181-
this.notes.push('<a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a>')
182-
}
183-
184180
return Promise.all(this.notes.map(async (note) => renderContent(note)))
185181
}
186182
}

0 commit comments

Comments
 (0)