Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 9, 2024
1 parent 5736a26 commit 3bb051c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outputs/connection_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl ConnectionObjectBuilder {
if let Some(value) = connection
.pagination_info
.as_ref()
.map(FieldValue::borrowed_any)
.map(|pagination_info| FieldValue::borrowed_any(pagination_info))
{
Ok(Some(value))
} else {
Expand Down

0 comments on commit 3bb051c

Please sign in to comment.