Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lmendes86 committed Sep 6, 2024
1 parent 59b6f94 commit 675d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ func (s *Subscription) addReference(rid string) (*Subscription, error) {

requestHeaders := make(map[string][]string)

// If the subscription has a traceparent, add it to the subsiquent requests as a request header.
// If the subscription has a traceparent, add it to the subsequent requests as a request header.
if s.traceparent != "" {
requestHeaders["traceparent"] = []string{s.traceparent}
}
Expand Down

0 comments on commit 675d8ab

Please sign in to comment.