Fix: fix db migrations and add new row viewed
All checks were successful
CI.yml / build (push) Successful in 1m54s

This commit is contained in:
d3m0k1d
2026-01-13 18:22:15 +03:00
parent 5362761b82
commit 0421d9ef40
4 changed files with 14 additions and 16 deletions

View File

@@ -40,7 +40,6 @@ func (p *NginxParser) Parse(eventCh <-chan Event, resultCh chan<- *storage.LogEn
Path: &path,
Status: &status,
Method: &method,
Reason: nil,
}
}
}()