Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12e3e42

Browse files
authored
Merge pull request haskell-github#414 from ethercrow/patch-1
Remove redundant withOpenSSL
2 parents 078c092 + a70721b commit 12e3e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub/Request.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ executeRequest
129129
=> am
130130
-> GenRequest mt rw a
131131
-> IO (Either Error a)
132-
executeRequest auth req = withOpenSSL $ withOpenSSL $ do
132+
executeRequest auth req = withOpenSSL $ do
133133
manager <- newManager tlsManagerSettings
134134
executeRequestWithMgr manager auth req
135135

0 commit comments

Comments
 (0)