Remove obsolete parens
This commit is contained in:
@@ -210,8 +210,8 @@ export default Service.extend({
|
|||||||
|
|
||||||
getContributors () {
|
getContributors () {
|
||||||
return this.kredits.Contributor.all()
|
return this.kredits.Contributor.all()
|
||||||
.then((contributors) => {
|
.then(contributors => {
|
||||||
return contributors.map((contributor) => {
|
return contributors.map(contributor => {
|
||||||
return Contributor.create(contributor);
|
return Contributor.create(contributor);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user