Skip to content

Calling request.params on non GET request throws error as rack.request.query_hash set to nil #20

@joelmats

Description

@joelmats

Should set to empty hash instead in BatchApi::Operations::Rack

@env["rack.request.query_hash"] = @method == "get" ? @params : {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions