Skip to content

Commit 540e745

Browse files
committed
rename
1 parent 64ace82 commit 540e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl CoLinkProtocol {
8888
None => "anonymous",
8989
};
9090
cl.update_entry(
91-
&format!("_internal:consumptions:{}", task.task_id),
91+
&format!("_internal:task_po_mapping:{}", task.task_id),
9292
instance_id.as_bytes(),
9393
)
9494
.await?;

0 commit comments

Comments
 (0)