Julien Demarque
04/13/2022, 8:26 AMJulien Demarque
04/13/2022, 8:31 AMJulien Demarque
04/13/2022, 9:10 AMbaseRuns: {
stepRuns: {
distinct: ['stepId' as const],
orderBy: {
createdAt: 'desc' as const,
},
take: 1,
}
}
Got this, but that is taking only one stepRun per baseRun, not per stepId...Nurul
04/14/2022, 10:19 AM