re-format Servant client pattern matching
This commit is contained in:
parent
5c338b9cd7
commit
c536994afe
|
@ -321,8 +321,8 @@ tagUnsubscribe serv hashtag origin = do
|
||||||
clientAPI :: Proxy PostServiceAPI
|
clientAPI :: Proxy PostServiceAPI
|
||||||
clientAPI = Proxy
|
clientAPI = Proxy
|
||||||
|
|
||||||
relayInboxClient :: Text -> Text -> ClientM NoContent
|
relayInboxClient
|
||||||
relayInboxClient :<|> subscriptionDeliveryClient
|
:<|> subscriptionDeliveryClient
|
||||||
:<|> postFetchClient
|
:<|> postFetchClient
|
||||||
:<|> postMultiFetchClient
|
:<|> postMultiFetchClient
|
||||||
:<|> postInboxClient
|
:<|> postInboxClient
|
||||||
|
|
Loading…
Reference in a new issue