Skip to content

Commit

Permalink
test dev pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Oct 23, 2024
1 parent b606e6d commit 77bb191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/src/report/report.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class ReportController {
const errorMessage = `Disposition Transaction not found with id ${dtid}`;
throw new HttpException(errorMessage, HttpStatus.INTERNAL_SERVER_ERROR);
});
//
return response;
}

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Footer from './content/display/Footer';
import { Provider } from 'react-redux';
import store from './store/store';
import AppRoutes from './routes';
//

const App: FC = () => {
return (
<Provider store={store}>
Expand Down

0 comments on commit 77bb191

Please sign in to comment.