Skip to content

Commit

Permalink
Fixed issue causing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-rma committed Oct 9, 2024
1 parent 06a35b7 commit 0352567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void cleanup() throws Exception {
LOGGER.log(Level.CONFIG, "TimeSeries not found");
}
try {
tsGroupDao.unassignAllTs(group);
tsGroupDao.unassignAllTs(group, OFFICE_ID);
tsGroupDao.delete(CATEGORY_ID, GROUP_ID, OFFICE_ID);
} catch (NotFoundException e) {
LOGGER.log(Level.CONFIG, "Group not found");
Expand Down

0 comments on commit 0352567

Please sign in to comment.