Skip to content

Commit 0441ed5

Browse files
committed
Clippy
1 parent d0c2e1c commit 0441ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/dart_symbol_map/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub(super) fn execute(args: DartSymbolMapUploadArgs) -> Result<()> {
132132
))?;
133133
let chunk_upload_options = api
134134
.authenticated()?
135-
.get_chunk_upload_options(&org)?
135+
.get_chunk_upload_options(org)?
136136
.ok_or_else(|| anyhow::anyhow!(
137137
"server does not support chunked uploading. Please update your Sentry server."
138138
))?;

0 commit comments

Comments
 (0)