Skip to content

Commit

Permalink
fixup! update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Oct 11, 2021
1 parent 94b67f1 commit eafb54f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class MeterProvider implements api.MeterProvider {
new Meter({
name,
version: config?.version,
// @ts-expect-error ts(2345) TODO: define the types in @opentelemetry/core
// @ts-expect-error ts(2345) TODO: upgrade @opentelemetry/core
schemaUrl: config?.schemaUrl
}, Object.assign({}, this._config, config))
);
Expand Down

0 comments on commit eafb54f

Please sign in to comment.