Skip to content

Commit

Permalink
changed from . to $
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlauer1 committed May 24, 2024
1 parent e0179a4 commit ac5546f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ openMySQLConn tp attrs [email protected] {connectUser, connectPort, connectOp
let attrs' =
case httpOption semanticsOptions of
Stable -> addStableAttributes attrs
StableAndOld -> addStableAttributes . addOldAttributes $ attrs
StableAndOld -> addStableAttributes $ addOldAttributes attrs
Old -> addOldAttributes attrs
(conn, backend) <- Orig.openMySQLConn ci logFunc
backend' <- Otel.wrapSqlBackend' tp attrs' backend
Expand Down

0 comments on commit ac5546f

Please sign in to comment.