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 64ace82 commit 540e745Copy full SHA for 540e745
src/protocol.rs
@@ -88,7 +88,7 @@ impl CoLinkProtocol {
88
None => "anonymous",
89
};
90
cl.update_entry(
91
- &format!("_internal:consumptions:{}", task.task_id),
+ &format!("_internal:task_po_mapping:{}", task.task_id),
92
instance_id.as_bytes(),
93
)
94
.await?;
0 commit comments