Skip to content

Commit

Permalink
Fix mapping delete API
Browse files Browse the repository at this point in the history
Closes #445
  • Loading branch information
Pauleing committed Oct 16, 2024
1 parent 510de76 commit ad16e24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public void deleteQueueMapping(@PathParam("id") Long id)
try (DbConn cnx = Helpers.getDbSession())
{
MetaService.deleteQueueMapping(cnx, id);
cnx.commit();
}
}

Expand Down

0 comments on commit ad16e24

Please sign in to comment.