Skip to content

Commit

Permalink
Remove lint
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Broadhurst <[email protected]>
  • Loading branch information
peterbroadhurst committed Jan 22, 2024
1 parent ba56efb commit 318b8c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/i18n/en_base_field_descriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ var (
EventStreamUpdated = ffm("eventstream.updated", "Time the event stream was last updated")
EventStreamErrorHandling = ffm("eventstream.errorHandling", "When an error is encountered, and short retries are exhausted, whether to skip the event or block the stream (default=block)")
EventStreamID = ffm("eventstream.id", "ID of the event stream")
EventStreamIdentity = ffm("eventstream.identity", "Identity context for the event stream")
EventStreamInitialSequenceID = ffm("eventstream.initialSequenceID", "Initial sequence ID to begin event delivery from")
EventStreamName = ffm("eventstream.name", "Unique name for the event stream")
EventStreamRetryTimeout = ffm("eventstream.retryTimeout", "Short retry timeout before error handling, in case of webhook based delivery")
Expand Down

0 comments on commit 318b8c5

Please sign in to comment.