Skip to content

Commit 6211755

Browse files
committed
Typo
1 parent c7c5200 commit 6211755

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-
TaskTypesConfigMap map[string]string `json:"taskTypeConfigsMap"`
170+
TaskTypeConfigsMap map[string]string `json:"taskTypeConfigsMap"`
171171
}
172172

173173
type Table struct {

0 commit comments

Comments
 (0)