Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
51ngul4r1ty committed Sep 16, 2022
1 parent 0238d5b commit 9296b4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/api/handlers/backlogItemParts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ const handleResponseWithUpdatedStatsAndCommit = async (
}
if (transaction) {
await transaction.commit();
// TODO: Is this supposed to set the transaction object in handlerContext to null? Not sure it does that.
transaction = null;
}
const extra = sprintStats ? { sprintStats, backlogItem: newApiBacklogItem } : { backlogItem: newApiBacklogItem };
Expand Down

0 comments on commit 9296b4c

Please sign in to comment.