Browse Source

fix2

pull/52/head
JeshuaRen 1 year ago
parent
commit
5a93feb5a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sdks/scheduler/models.go

+ 1
- 1
sdks/scheduler/models.go View File

@@ -149,7 +149,7 @@ type AIJobInfo struct {
}

type FinishJobInfo struct {
serder.Metadata `union:"finish"`
serder.Metadata `union:"Finish"`
JobInfoBase
Type string `json:"type"`
}


Loading…
Cancel
Save