Skip to content

Commit

Permalink
update from sonar check
Browse files Browse the repository at this point in the history
Signed-off-by: David Markowski <[email protected]>
  • Loading branch information
David Markowski committed Sep 26, 2023
1 parent 4cb5e7e commit 2dd2ad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 190 deletions.
189 changes: 0 additions & 189 deletions apps/frontend/public/static/export/cklExport.ckl

This file was deleted.

1 change: 0 additions & 1 deletion apps/frontend/src/components/global/ExportCKLModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ export default class ExportCKLModal extends Vue {
const fileData: FileData[] = [];
for (const selected of this.selected) {
this.addMetadataToPassthrough(selected);
// TODO: Need to adjust and add metadata to the passthrough information before sending to the ChecklistResults
if ('evaluation' in selected) {
const data = new ChecklistResults(selected.evaluation.data).toCkl();
const filename = `${cleanUpFilename(selected.filename)}.ckl`;
Expand Down

0 comments on commit 2dd2ad4

Please sign in to comment.