Skip to content

Commit

Permalink
chore: todo comm
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes committed Dec 6, 2024
1 parent 71ae882 commit 9d81f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function getDelegationsDb({
},
});

// TODO: Support recursive delegation chaining with CTE
// TODO: add authorityDelegation to each delegation once the auxiliary chaining table is live
return delegationsDb.map((delegationDb) => ({
...delegationDb,
authorityDelegation: null,
Expand Down

0 comments on commit 9d81f1f

Please sign in to comment.