Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Jul 28, 2022
1 parent 62a9d38 commit edebdad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ describe('PrometheusSerializer', () => {
meterProvider.addMetricReader(reader);
const meter = meterProvider.getMeter('test');

const { unit, exportAll = false } = options
const { unit, exportAll = false } = options;
const counter = meter.createCounter(name, { unit: unit });
counter.add(1);

Expand Down

0 comments on commit edebdad

Please sign in to comment.