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 17, 2025
1 parent 7fd312a commit 413db93
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 413db93

Please sign in to comment.