fix: fixed bug for register error with parse args

This commit is contained in:
RockYang
2023-09-26 09:30:18 +08:00
parent f3697431a4
commit c1143d7a6d
6 changed files with 20 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ type MidJourneyJob struct {
Hash string // message hash
Progress int
Prompt string
Started bool
CreatedAt time.Time
}