Skip to content

Commit

Permalink
Apply developer properly on direct commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Faller committed Mar 2, 2016
1 parent f6118c4 commit 2a72feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/_app/services/repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = [ "$rootScope",
{
currentRepo.lastMerge = build.startedAt;
currentRepo.status = build.status;
currentRepo.developer = checkMerge( build ) ? currentRepo.developer : build.developer;
currentRepo.developer = checkMerge( build ) ? currentRepo.developer : developer;
}
}

Expand Down

0 comments on commit 2a72feb

Please sign in to comment.