binaryseed / new_relic_absinthe

Absinthe Instrumentation for the New Relic Elixir Agent
https://hex.pm/packages/new_relic_absinthe
Apache License 2.0
19 stars 13 forks source link

Fix deprecated time syntax #10

Closed olivierbuffon closed 5 years ago

olivierbuffon commented 5 years ago

This PR update :milliseconds usage to :millisecond in order to silent the following warning message: warning: deprecated time unit: :milliseconds. A time unit should be :second, :millisecond, :microsecond, :nanosecond, or a positive integer