Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Nov 4, 2020
1 parent 4071720 commit a4bc031
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const pushToServiceHandler = async ({
}

let incident: Incident;
// TO DO STEPH
// TODO: should be removed later but currently keep it for the Case implementation support
if (mapping) {
const fields = prepareFieldsForTransformation({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ async function executor(

const { comments, externalId, ...restParams } = pushToServiceParams;
const incidentConfiguration = config.incidentConfiguration;
// TO DO STEPH
const mapping = incidentConfiguration ? buildMap(incidentConfiguration.mapping) : null;
const externalObject =
config.incidentConfiguration && mapping
Expand Down

0 comments on commit a4bc031

Please sign in to comment.