Disallow redundant example patterns (#2787)

This commit is contained in:
Paul Melnikow
2019-01-16 19:47:10 -05:00
committed by GitHub
parent 7d4acba5c1
commit bcc9acd18f
6 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,6 @@ module.exports = class Codetally extends BaseJsonService {
return [
{
title: 'Codetally',
pattern: ':owner/:repo',
namedParams: {
owner: 'triggerman722',
repo: 'colorstrap',