mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Fix typo in json field name
This commit is contained in:
@@ -17,7 +17,7 @@ type ProgressIOTee struct {
|
||||
Format string `json:"format"`
|
||||
State string `json:"state"`
|
||||
Fifo bool `json:"fifo_enabled"`
|
||||
FifoRecoveryAttempts json.Number `json:"fifo_revocery_attempts_total" swaggertype:"number" jsonschema:"type=number"`
|
||||
FifoRecoveryAttempts json.Number `json:"fifo_recovery_attempts_total" swaggertype:"number" jsonschema:"type=number"`
|
||||
FifoState string `json:"fifo_state"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user