Skip to content

Commit 0065098

Browse files
authoredJul 1, 2023
chore: simplify the code (#17)
1 parent f6327dc commit 0065098

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎multiple.go

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ func (m *multipleSqlConn) QueryRowPartial(v any, query string, args ...any) erro
117117
}
118118

119119
func (m *multipleSqlConn) QueryRowPartialCtx(ctx context.Context, v any, query string, args ...any) error {
120-
121120
return m.query(ctx, query, func(ctx context.Context, conn sqlx.SqlConn) error {
122121
return conn.QueryRowPartialCtx(ctx, v, query, args...)
123122
})

0 commit comments

Comments
 (0)
Please sign in to comment.