Skip to content

Commit 6d59554

Browse files
authored
Merge pull request #179 from azaurus1/update-task-config-keys
Updates Tasks config
2 parents db4a1f3 + 6211755 commit 6d59554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/Table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ type TierConfig struct {
167167
}
168168

169169
type Task struct {
170-
TaskConfigMap map[string]string `json:"taskConfigMap"`
170+
TaskTypeConfigsMap map[string]string `json:"taskTypeConfigsMap"`
171171
}
172172

173173
type Table struct {

0 commit comments

Comments
 (0)