Skip to content

Commit

Permalink
fresh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Oct 28, 2024
1 parent 44ecd02 commit 1d756b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/admin/admin.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export class AdminService {
async getPreviewPdf(id: number): Promise<Buffer> {
const cdogsToken = await this.ttlsService.callGetToken();
const documentTemplateObject = await this.documentTemplateService.findOne(id);

//
const bufferBase64 = documentTemplateObject.the_file;
const data = {};
const md = JSON.stringify({
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 1d756b8

Please sign in to comment.