Skip to content

Commit 3e78410

Browse files
committed
use snake case
Signed-off-by: Grant Linville <[email protected]>
1 parent f11feed commit 3e78410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sdkserver/datasets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
type datasetRequest struct {
1414
Input string `json:"input"`
1515
Workspace string `json:"workspace"`
16-
DatasetToolRepo string `json:"datasetToolRepo"`
16+
DatasetToolRepo string `json:"dataset_tool_repo"`
1717
}
1818

1919
func (r datasetRequest) validate(requireInput bool) error {

0 commit comments

Comments
 (0)