mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Fix invalid struct tags and remove unreachable code.
This commit is contained in:
parent
755eec745f
commit
8023494a94
3 changed files with 2 additions and 3 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue