Skip to content

separate flag for soft fail? #257

@github-actions

Description

@github-actions

// TODO: separate flag for soft fail?
this.logger.warn({ error }, 'event soft failed');
event.reject(error.code, error.reason, error.rejectedBy);
// event must have a state id by this point
const stateId = await this.getStateIdAtEvent(event);
await this.saveRejectedEvent(event, stateId);


This issue was generated by todo-issue based on a TODO comment in 0909f0b. It's been assigned to @debdutdeb because they committed the code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions