Skip to content

Commit

Permalink
Remove the thing (#16294)
Browse files Browse the repository at this point in the history
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
  • Loading branch information
JasonEtco and chiedo authored Nov 3, 2020
1 parent 7d55775 commit 0b8d674
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions includes/rest_operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ <h4>Notes</h4>
<li><a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a></li>
{% endif %}
{% for note in operation.notes %}
{% unless note == '<a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a>' %}
<li>{{ note }}</li>
{% endunless %}
<li>{{ note }}</li>
{% endfor %}
</ul>
{% endif %}
Expand Down

0 comments on commit 0b8d674

Please sign in to comment.