Skip to content

Commit f8b1552

Browse files
committed
use snake case
Signed-off-by: Grant Linville <grant@acorn.io>
1 parent d10b31d commit f8b1552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Dataset struct {
2525
type datasetRequest struct {
2626
Input string `json:"input"`
2727
Workspace string `json:"workspace"`
28-
DatasetToolRepo string `json:"datasetToolRepo"`
28+
DatasetToolRepo string `json:"dataset_tool_repo"`
2929
}
3030

3131
type createDatasetArgs struct {

0 commit comments

Comments
 (0)