Skip to content

Commit

Permalink
fix: code-smell clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Sears committed Sep 5, 2024
1 parent 9d8fdec commit a774c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/case_file/case_file.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export class CaseFileService {
caseFileId,
ACTION_TYPE_CODES.COSPRVANDEDU,
);
const test = 0;

let caseFile: CaseFile = {
caseIdentifier: caseFileId,
leadIdentifier: lead[0].lead_identifier, //this is okay because there will only be one lead for a case... for now.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class RationaleCodeService {
active_ind: true,
},
});
console.log("codes");

return codes.map(({ rationale_code, short_description, long_description, display_order, active_ind }) => ({
rationaleCode: rationale_code,
shortDescription: short_description,
Expand Down

0 comments on commit a774c76

Please sign in to comment.