Some naming cleanup

This commit is contained in:
Dominic Ferrando
2026-07-17 14:57:28 -04:00
parent fde7d9a363
commit d4dacbaded
4 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export class EventsService {
.execute();
}
async replay(id: string): Promise<boolean> {
async retry(id: string): Promise<boolean> {
const result = await db.updateTable("events")
.set({
started_at: null,