Skip to content

Commit

Permalink
fix resource name header
Browse files Browse the repository at this point in the history
  • Loading branch information
colelaven committed Dec 13, 2024
1 parent 2b3bf05 commit b137e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/topologyprocessor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
organizationIDHeader = "X-Bindplane-Organization-ID"
accountIDHeader = "X-Bindplane-Account-ID"
configurationHeader = "X-Bindplane-Configuration"
resourceNameHeader = "X-Bindplane-ResourceName"
resourceNameHeader = "X-Bindplane-Resource-Name"
)

type topologyUpdate struct {
Expand Down

0 comments on commit b137e27

Please sign in to comment.