Skip to content

Commit

Permalink
relax merge_list_with_environment type spec so exporter can use it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Dec 13, 2021
1 parent bd43607 commit 68f0341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opentelemetry/src/otel_configuration.erl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ sampler(AppEnv, ConfigMap) ->
end
end.

-spec merge_list_with_environment([{OSVar, Key, Transform}], list(), t()) -> t()
-spec merge_list_with_environment([{OSVar, Key, Transform}], list(), map()) -> map()
when OSVar :: string(),
Key :: atom(),
Transform :: atom().
Expand Down

0 comments on commit 68f0341

Please sign in to comment.