Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
51ngul4r1ty committed Jan 25, 2024
1 parent 1bb07eb commit 78f524a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-app/src/server/api/handlers/backlogItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ const handleResponseAndCommit = async (
transaction: Transaction
): Promise<void> => {
let sprintStats: ApiSprintStats;
// const originalBacklogItem = mapApiItemToBacklogItem(originalApiBacklogItem);
if (transaction) {
await transaction.commit();
transaction = null;
Expand Down

0 comments on commit 78f524a

Please sign in to comment.