Migrate deprecated staticExample -> staticPreview (#2650)

This commit is contained in:
Paul Melnikow
2019-01-06 17:30:25 -05:00
committed by GitHub
parent a614de5fc9
commit 89113eee17
105 changed files with 227 additions and 224 deletions

View File

@@ -39,7 +39,7 @@ module.exports = class Bountysource extends BaseJsonService {
{
title: 'Bountysource',
namedParams: { team: 'mozilla-core' },
staticExample: this.render({ total: 53000 }),
staticPreview: this.render({ total: 53000 }),
},
]
}