Skip to content

Commit

Permalink
Fix Other Repos reasons notifs (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
babeuloula authored Oct 7, 2019
1 parent f75ed01 commit c40df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Github/NotificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function (string $reason): bool {

$notificationsOrdered[static::OTHER_REPOS] = [];

foreach ($reasons as $reason) {
foreach ($reasonsOtherRepos as $reason) {
$notificationsOrdered[static::OTHER_REPOS][$reason] = new NotificationArray();
}

Expand Down

0 comments on commit c40df01

Please sign in to comment.