Skip to content

Commit

Permalink
chore: change correlation context header name according to the spec
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
  • Loading branch information
rubenvp8510 committed May 15, 2020
1 parent 861fde7 commit 27e47fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
setCorrelationContext,
} from '../correlation-context';

export const CORRELATION_CONTEXT_HEADER = 'otcorrelationcontext';
export const CORRELATION_CONTEXT_HEADER = 'otcorrelationsc';
const KEY_PAIR_SEPARATOR = '=';
const PROPERTIES_SEPARATOR = ';';
const ITEMS_SEPARATOR = ',';
Expand Down

0 comments on commit 27e47fd

Please sign in to comment.