Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into addDiagnosticChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana committed May 8, 2017
2 parents 0f5133e + 5b3e021 commit 2a42b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/CorrelationIdManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import http = require('http');
import url = require('url');

class CorrelationIdManager {
public static correlationIdPrefix: "cid-v1:";
public static correlationIdPrefix = "cid-v1:";

// To avoid extraneous HTTP requests, we maintain a queue of callbacks waiting on a particular appId lookup,
// as well as a cache of completed lookups so future requests can be resolved immediately.
Expand Down Expand Up @@ -92,4 +92,4 @@ class CorrelationIdManager {
}
}

export = CorrelationIdManager;
export = CorrelationIdManager;

0 comments on commit 2a42b00

Please sign in to comment.