Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix example
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
Jarema committed Jan 8, 2025
1 parent 4866483 commit 9252a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-nats/src/jetstream/object_store/mod.rs
Original file line number Diff line number Diff line change
@@ -550,6 +550,7 @@ impl ObjectStore {
/// object_store::UpdateMetadata {
/// name: "new_name".to_string(),
/// description: Some("a new description".to_string()),
/// ..Default::default()
/// },
/// )
/// .await?;

0 comments on commit 9252a6f

Please sign in to comment.