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 7a81035 commit 3327090Copy full SHA for 3327090
packages/server/src/checkin/solve.rs
@@ -501,7 +501,7 @@ impl Server {
501
let output = self
502
.get_object(&id.clone().into())
503
.await
504
- .map_err(|source| tg::error!(!source, ?id, "failed to get the object"))?;
+ .map_err(|source| tg::error!(!source, "failed to get the object"))?;
505
let data = tg::artifact::Data::deserialize(id.kind(), output.bytes)
506
.map_err(|source| tg::error!(!source, "failed to deserialize the object"))?;
507
0 commit comments