mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
@@ -9,5 +9,6 @@ import (
|
||||
|
||||
func (s *Service) GetLogs(ctx context.Context, reference string) ([]*model.LogEntry, error) {
|
||||
id, _ := url.QueryUnescape(reference)
|
||||
|
||||
return s.database.LogList(ctx, id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user