Normalize empty params in ActionCable logging
Lograge defaults to empty hashes so we change these to `nil` so that we won't have type mismatches because these are usually strings.
Showing
Please register or sign in to comment
Lograge defaults to empty hashes so we change these to `nil` so that we won't have type mismatches because these are usually strings.