Skip to content

Commit dfb90c2

Browse files
committed
Fix config.toml
1 parent 5083e69 commit dfb90c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/cmd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ type TFTP struct {
2424
TimeoutMs int `toml:"timeout_ms"`
2525
BackoffFactor int `toml:"backoff_factor"`
2626
EnableProgress bool `toml:"enable_progress"`
27+
}
2728

2829
type Blcu struct {
2930
IP string
3031
DownloadOrderId uint16
3132
UploadOrderId uint16
32-
3333
}
3434

3535
type Config struct {

0 commit comments

Comments
 (0)