We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c2e1c commit 0441ed5Copy full SHA for 0441ed5
1 file changed
src/commands/dart_symbol_map/upload.rs
@@ -132,7 +132,7 @@ pub(super) fn execute(args: DartSymbolMapUploadArgs) -> Result<()> {
132
))?;
133
let chunk_upload_options = api
134
.authenticated()?
135
- .get_chunk_upload_options(&org)?
+ .get_chunk_upload_options(org)?
136
.ok_or_else(|| anyhow::anyhow!(
137
"server does not support chunked uploading. Please update your Sentry server."
138
0 commit comments