Skip to content

Commit

Permalink
Fix disable_kinesis_streaming_destination - should have been called on
Browse files Browse the repository at this point in the history
`inner.client` not just `inner`.
  • Loading branch information
jaboatman committed Jan 8, 2021
1 parent a6c961a commit 73e41b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dynomite/src/retry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ where
RusotoError<DisableKinesisStreamingDestinationError>,
> {
self.inner
.client
.disable_kinesis_streaming_destination(input)
.await
}
Expand Down

0 comments on commit 73e41b1

Please sign in to comment.