mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
@@ -7,5 +7,6 @@ import (
|
||||
)
|
||||
|
||||
func (s *Service) ListTasks(ctx context.Context) *api.Response {
|
||||
return response(s.database.TaskList(ctx))
|
||||
i, err := s.database.TaskList(ctx)
|
||||
return s.response(ctx, "ListTasks", nil, i, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user