Skip to content

Commit

Permalink
fix(RegistryV2): remove todo (done)
Browse files Browse the repository at this point in the history
  • Loading branch information
silto committed Jan 15, 2025
1 parent d2d66d2 commit 59fdaed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export async function approveAndApplyRevisionRequest(
for (const updatedAppendix1Producer of updatedAppendix1Producers) {
await lookupUtils.update(updatedAppendix1Producer, prisma);
}
//TODO ici

prisma.addAfterCommitCallback?.(() => {
for (const readableId in appendix1ProducerIds) {
enqueueUpdatedBsdToIndex(readableId);
Expand Down

0 comments on commit 59fdaed

Please sign in to comment.