diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Plugin/GitHubCommit.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Plugin/GitHubCommit.hs b/src/Plugin/GitHubCommit.hs index 454e838..11e444e 100644 --- a/src/Plugin/GitHubCommit.hs +++ b/src/Plugin/GitHubCommit.hs @@ -42,7 +42,7 @@ gitHubCommitAction message = do          :: Bot [RepoUrlRow]      liftIO $ close dbConn -    liftIO $ respond rs +    respond rs    where      respond :: Bot (Either T.Text T.Text)      respond [] = do | 
