Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slpl aapl provs and vars #185

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions backend/src/report/report.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,6 @@ export class ReportService {
}; // parse out the rawData, variableJson, and provisionJson into something useable
// combine the formatted TTLS data, variables, and provision sections
const data = Object.assign({}, ttlsData, variables);
console.log('data');
console.log(data);
// Save the Document Data
const provisionSaveData = provisionJson.map((provision) => {
return { provision_id: provision.provision_id, doc_type_provision_id: provision.doc_type_provision_id };
Expand Down
Loading
Loading