Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Nov 5, 2024
1 parent 56e81af commit 8302c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/spec/query/change.rs
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ impl<'a> QueryHashVisitor<'a> {
}
Ok(())
} else {
return Err("context argument value is not an object".into());
Err("context argument value is not an object".into())
}
}

Expand Down

0 comments on commit 8302c45

Please sign in to comment.