Skip to content

Commit

Permalink
fix for latest typify
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed May 10, 2023
1 parent c05db94 commit 2bae531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progenitor-impl/src/method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ impl Generator {
.ok()?
.details()
{
typify::TypeDetails::Array(item) => {
typify::TypeDetails::Array(item, ..) => {
Some(DropshotPagination { item })
}
_ => None,
Expand Down

0 comments on commit 2bae531

Please sign in to comment.