Skip to content

Commit

Permalink
fix: Switch Box<[String]> to Vec<String>
Browse files Browse the repository at this point in the history
  • Loading branch information
VLegakis committed Jan 21, 2025
1 parent c76e14f commit 793118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-builder/src/walrus/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub struct DestroyOutput {
/// The objectId deleted.
objectId: String,
/// The blobs deleted.
deletedBlobs: Box<[String]>,
deletedBlobs: Vec<String>,
}

/// The number of shards, which can be deserialized from the output of the `info` command.
Expand Down

0 comments on commit 793118f

Please sign in to comment.