diff --git a/internal/repository/prisma/ticker.go b/internal/repository/prisma/ticker.go index e485af6fc..0a475073f 100644 --- a/internal/repository/prisma/ticker.go +++ b/internal/repository/prisma/ticker.go @@ -174,8 +174,6 @@ func (t *tickerRepository) GetTickerById(tickerId string) (*db.TickerModel, erro db.WorkflowVersion.Workflow.Fetch(), ), ), - db.Ticker.JobRuns.Fetch(), - db.Ticker.StepRuns.Fetch(), ).Exec(context.Background()) }