Skip to content

Commit

Permalink
fix: delete options not being passed
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-ryanorth committed Mar 6, 2024
1 parent 084e157 commit 640f054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datastore/proxy/observable.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func (rwt *observableRWT) DeleteRelationships(ctx context.Context, filter *v1.Re
))
defer closer()

return rwt.delegate.DeleteRelationships(ctx, filter)
return rwt.delegate.DeleteRelationships(ctx, filter, options...)
}

func (rwt *observableRWT) BulkLoad(ctx context.Context, iter datastore.BulkWriteRelationshipSource) (uint64, error) {
Expand Down

0 comments on commit 640f054

Please sign in to comment.