Skip to content

normalize fails on nested array of hashes #80

Closed
@aac

Description

@aac

OAuth::Helper#normalize fails when one of the params is an array of hashes, e.g.

params = {
  'items' => [{'a' => 1}, {'b' => 2}],
}

It calls sort on the Array of Hashes, which fails. normalize_nested_query would work, but isn't called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions