Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Sidekiq::Logger::Formatters::Base#ctx (#699)
The return value of `ctx` should not be `Context`, but `Hash[String, untyped]`, which is the return value of `Context.current`. see: https://github.com/sidekiq/sidekiq/blob/630d22fce8821aaab96ba9de6cd0440512af42c7/lib/sidekiq/logger.rb#L85
- Loading branch information