Skip to content

Commit

Permalink
Update temporalcli/commands.activity.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Retz <[email protected]>
  • Loading branch information
ychebotarev and cretz authored Jan 8, 2025
1 parent 9920b8b commit 9779186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporalcli/commands.activity.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ func (c *TemporalActivityResetCommand) run(cctx *CommandContext, args []string)
}

resetResponse := struct {
NoWait bool
ResetHeartbeats bool
ServerResponse bool
NoWait bool `json:"noWait"`
ResetHeartbeats bool `json:"resetHeartbeats"`
ServerResponse bool `json:"-"`
}{
ServerResponse: resp != nil,
NoWait: c.NoWait,
Expand Down

0 comments on commit 9779186

Please sign in to comment.