Skip to content

Commit

Permalink
changes to properly merge 90e021c
Browse files Browse the repository at this point in the history
  • Loading branch information
danomagnum committed Apr 22, 2024
1 parent 7744452 commit 3c37814
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 @@ -252,7 +252,7 @@ func (s *Subscription) SetMonitoringMode(ctx context.Context, monitoringMode ua.
MonitoredItemIDs: monitoredItemIDs,
}
var res *ua.SetMonitoringModeResponse
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)
})
if err != nil {
Expand Down

0 comments on commit 3c37814

Please sign in to comment.