Skip to content

Commit c23e0ab

Browse files
committed
chore: add todo for allocation id map
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 3f744ed commit c23e0ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tap-agent/src/agent/sender_accounts_manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl Actor for SenderAccountsManager {
128128
allocation_id
129129
.keys()
130130
.cloned()
131+
// TODO map based on the allocation type returned by the subgraph
131132
.map(AllocationId::Legacy)
132133
.collect::<HashSet<_>>()
133134
});

0 commit comments

Comments
 (0)