Skip to content

Commit

Permalink
update deprecation message for editors
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Feb 15, 2024
1 parent da5275d commit 85dbd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaraz.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type ZarazConfigSettings struct {
ContextEnricher ZarazWorker `json:"contextEnricher,omitempty"`
}

// DEPRECATED - to be removed pending migration of existing configs.
// Deprecated: To be removed pending migration of existing configs.
type ZarazNeoEvent struct {
BlockingTriggers []string `json:"blockingTriggers"`
FiringTriggers []string `json:"firingTriggers"`
Expand Down

0 comments on commit 85dbd01

Please sign in to comment.