Skip to content

Commit

Permalink
fix(orlop): update connection key name (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
prachikhandekar committed Nov 17, 2023
1 parent f06a752 commit c33c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
type Key string

var (
ConnectionKey Key = "connection"
ConnectionKey Key = "connectionId"
IDKey Key = "requestId"
OperationKey Key = "operation"
OriginatorKey Key = "requestOriginator"
Expand Down

0 comments on commit c33c286

Please sign in to comment.