Skip to content
Snippets Groups Projects
Commit 6e2201e6 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

dealing with linter issues

parent 45312186
No related branches found
No related tags found
1 merge request!370Resolve "Error handling in event publishing via entity services could be improved"
Pipeline #111677 passed
This commit is part of merge request !370. Comments created here will be created in the context of that merge request.
......@@ -23,7 +23,7 @@ type EventService struct {
}
const (
// Max number of tries to republish a failed message
// Max number of tries to republish a failed message.
rePublishAttempts = 10
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment