Skip to content

Commit

Permalink
Update subscription.go for merge of last main commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
danomagnum authored Apr 22, 2024
1 parent b1888f3 commit 7744452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (s *Subscription) ModifyMonitoredItems(ctx context.Context, ts ua.Timestamp
}
var res *ua.ModifyMonitoredItemsResponse

err = s.c.Send(ctx, req, func(v interface{}) error {
err = s.c.Send(ctx, req, func(v ua.Response) error {

return safeAssign(v, &res)
})
Expand Down

0 comments on commit 7744452

Please sign in to comment.