remove another sum type that was only needed to work around a bug in old yesod
And the bug is only a warning message at compile time..
This commit is contained in:
parent
1f5611a1ca
commit
5bd5e604ad
4 changed files with 5 additions and 11 deletions
|
@ -80,7 +80,7 @@ getNotifierBuddyListR = notifierUrl BuddyListR getBuddyListBroadcaster
|
|||
getNotifierRepoListR :: RepoSelector -> Handler RepPlain
|
||||
getNotifierRepoListR reposelector = notifierUrl route getRepoListBroadcaster
|
||||
where
|
||||
route nid = RepoListR $ RepoListNotificationId nid reposelector
|
||||
route nid = RepoListR nid reposelector
|
||||
|
||||
getTransferBroadcaster :: Assistant NotificationBroadcaster
|
||||
getTransferBroadcaster = transferNotifier <$> getDaemonStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue