We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9a694 commit cf78a71Copy full SHA for cf78a71
1 file changed
script/rest/utils/operation.js
@@ -177,10 +177,6 @@ module.exports = class Operation {
177
async renderNotes () {
178
this.notes = []
179
180
- if (this['x-github'].enabledForGitHubApps) {
181
- this.notes.push('<a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a>')
182
- }
183
-
184
return Promise.all(this.notes.map(async (note) => renderContent(note)))
185
}
186
0 commit comments