mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 23:32:47 +01:00
@@ -10,5 +10,6 @@ import (
|
||||
|
||||
func (s *Service) GetLogs(ctx context.Context, params *logs.GetLogsParams) *api.Response {
|
||||
id, _ := url.QueryUnescape(params.Reference)
|
||||
return response(s.database.LogList(ctx, id))
|
||||
i, err := s.database.LogList(ctx, id)
|
||||
return s.response(ctx, "GetLogs", nil, i, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user