Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmoncrief committed Aug 5, 2024
1 parent 5066451 commit 1a59501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/statsd.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Client = function (host, port, prefix, suffix, globalize, cacheDns, mock,
this.tagSeparator = this.telegraf ? ',' : options.tagSeparator || ',';
this.mock = options.mock;
/**
* this is always an array.
* this is always an array. It's always populated.
*/
this.globalTags = typeof options.globalTags === 'object' ?
helpers.formatTags(options.globalTags, options.telegraf) : [];
Expand Down

0 comments on commit 1a59501

Please sign in to comment.