Skip to content

Commit

Permalink
fix(ctx): export node info class
Browse files Browse the repository at this point in the history
  • Loading branch information
winguse committed Apr 5, 2018
1 parent fe8f6af commit bd1301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/envoy-context-store.ts
Expand Up @@ -4,7 +4,7 @@ import EnvoyContext from "./envoy-context";
/**
* this will store the information of a node
*/
class NodeInfo {
export class NodeInfo {
/**
* the reference count of this info,
* init will be 1,
Expand Down

0 comments on commit bd1301f

Please sign in to comment.