Skip to content

Commit 3327090

Browse files
committed
restore solve.rs
1 parent 7a81035 commit 3327090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/checkin/solve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ impl Server {
501501
let output = self
502502
.get_object(&id.clone().into())
503503
.await
504-
.map_err(|source| tg::error!(!source, ?id, "failed to get the object"))?;
504+
.map_err(|source| tg::error!(!source, "failed to get the object"))?;
505505
let data = tg::artifact::Data::deserialize(id.kind(), output.bytes)
506506
.map_err(|source| tg::error!(!source, "failed to deserialize the object"))?;
507507

0 commit comments

Comments
 (0)