Skip to content

Commit

Permalink
Merge pull request #179 from azaurus1/update-task-config-keys
Browse files Browse the repository at this point in the history
Updates Tasks config
  • Loading branch information
azaurus1 authored Aug 6, 2024
2 parents db4a1f3 + 6211755 commit 6d59554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/Table.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ type TierConfig struct {
}

type Task struct {
TaskConfigMap map[string]string `json:"taskConfigMap"`
TaskTypeConfigsMap map[string]string `json:"taskTypeConfigsMap"`
}

type Table struct {
Expand Down

0 comments on commit 6d59554

Please sign in to comment.