Skip to content

Commit 9ece8c1

Browse files
committed
apply context in collection.Remove
1 parent a96f340 commit 9ece8c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collection_impl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ func (c *collection) Remove(ctx context.Context) error {
237237
if err != nil {
238238
return WithStack(err)
239239
}
240+
applyContextSettings(ctx, req)
240241
resp, err := c.conn.Do(ctx, req)
241242
if err != nil {
242243
return WithStack(err)

0 commit comments

Comments
 (0)