Some naming cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user