Skip to content

Commit

Permalink
fix typo in struct field name
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Oct 29, 2024
1 parent 76cbb76 commit d3bbde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/server/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ type ExecutionRequest struct {
SHA string `json:"sha"`
Workloads []string `json:"workloads"`
NumberOfExecutions string `json:"number_of_executions"`
EnableProfile bool `json:"enable_profile-"`
EnableProfile bool `json:"enable_profile"`
BinaryToProfile string `json:"binary_to_profile"`
ProfileMode string `json:"profile_mode"`
}
Expand Down

0 comments on commit d3bbde3

Please sign in to comment.