Skip to content

operation_name not being set in juniper_hyper library #1169

Closed
@FrankReh

Description

@FrankReh

Describe the bug
The code block

"operationName" => {
if operation_name.is_some() {
return Err(invalid_err("operationName"));
}
}

seems to be missing a statement where operation_name would be set to Some(value).

To Reproduce
Steps to reproduce the behavior:
Just read through code. See the variable is defined a None and nowhere is being set.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingeasy

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions