chore: fix typo

This commit is contained in:
Stavros
2025-11-15 11:53:04 +02:00
parent 8894064e10
commit 259069193f
5 changed files with 10 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ func (als *AccessLogService) Log(log AccessLog) {
Str("provider", log.Provider).
Str("username", log.Username).
Str("client_ip", log.ClientIP).
Int64("time", time.Now().UnixMilli()).
Int64("time", time.Now().Unix()).
Bool("success", log.Success)
event.Msg(log.Message)