Skip to content

Commit

Permalink
bugfix(common) inconsistent microservice config #1352
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 9, 2018
1 parent 17b0100 commit 438e662
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export interface NatsOptions {
reconnectTimeWait?: number;
servers?: string[];
tls?: any;
queue?: string;
};
}

Expand Down

0 comments on commit 438e662

Please sign in to comment.