Skip to content

Commit 16eb6e9

Browse files
committed
Remove settings param
1 parent fc9acf8 commit 16eb6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollbar-wai/src/Rollbar/Wai.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rollbarOnException
5050
-> Maybe W.Request
5151
-> SomeException
5252
-> m ()
53-
rollbarOnException settings = rollbarOnExceptionWith (void . forkIO) (void . createItem) settings
53+
rollbarOnException = rollbarOnExceptionWith (void . forkIO) (void . createItem)
5454

5555
-- | Similar to 'rollbarOnExceptionWith', but it allows customize the function
5656
-- used to send the 'Item' to Rollbar.

0 commit comments

Comments
 (0)