mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-10-17 21:22:32 +08:00
Fix invalid struct tags and remove unreachable code.
This commit is contained in:
@ -34,7 +34,7 @@ type FileLogWriter struct {
|
||||
|
||||
// Rotate daily
|
||||
Daily bool `json:"daily"`
|
||||
Maxdays int64 `json:"maxdays`
|
||||
Maxdays int64 `json:"maxdays"`
|
||||
daily_opendate int
|
||||
|
||||
Rotate bool `json:"rotate"`
|
||||
|
Reference in New Issue
Block a user