You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/teiserver/helpers/oban_logger.ex:43:call
The function call will not succeed.
System.convert_time_unit(any(), :native, :milliseconds)
breaks the contract
(integer(), time_unit() | :native, time_unit() | :native) :: integer()
Test Steps
Run
This does typechecking. You will get this error:
Looking at the valid units
https://hexdocs.pm/elixir/1.12/System.html#t:time_unit/0
I think it should be
:millisecond
not:milliseconds
@Beherith this is a file you have worked on recently so it would be good if you can investigate.
The text was updated successfully, but these errors were encountered: