Skip to content

Commit

Permalink
fix: fixed lint issues in sdk-trace-base/src/utility.ts (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bataran committed Jan 12, 2022
1 parent 6e2c731 commit 44a3d6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/opentelemetry-sdk-trace-base/src/utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ export function mergeConfig(userConfig: TracerConfig): TracerConfig & {
}

/**
* When general limits are provided and model specific limits are not,
* When general limits are provided and model specific limits are not,
* configures the model specific limits by using the values from the general ones.
*
* @param userConfig User provided tracer configuration
*/
export function reconfigureLimits(userConfig: TracerConfig): TracerConfig {
Expand Down

0 comments on commit 44a3d6b

Please sign in to comment.