Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 99d826c

Browse files
committed
Small fix
1 parent 185945f commit 99d826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/inx-chronicle/migrations/migrate_1_0_0_beta_31.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub async fn migrate(db: &MongoDb) -> eyre::Result<()> {
4343
let id = AliasId::from(output_id);
4444
collection
4545
.update_one(
46-
doc! { "$_id": output_id },
46+
doc! { "_id": output_id },
4747
doc! { "$set": { "details.indexed_id": id } },
4848
None,
4949
)

0 commit comments

Comments
 (0)