Skip to content

Commit

Permalink
go generate with latest admgencmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed May 15, 2023
1 parent cc43b77 commit d468e08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions notifier/cmd_dm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions notifier/enqueue.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ func (n *Notifier) sendCommand(ctx context.Context, ids []string) error {
}
}

c := NewDeclarativeManagementCommand()
c.CommandUUID = uuid.NewString()
c := NewDeclarativeManagementCommand(uuid.NewString())
if len(tokens) > 0 {
c.Command.Data = &tokens
}
Expand Down

0 comments on commit d468e08

Please sign in to comment.