Skip to content

Commit

Permalink
final clean up (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwolpert authored Jul 13, 2021
1 parent 0a7ff3f commit 6469a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 151 deletions.
6 changes: 1 addition & 5 deletions api/namex/models/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,7 @@ def json(self):
}
if nr_actions := nr_filing_actions.get_actions(self.requestTypeCd):
nr_json['legalType'] = nr_actions.get('legalType')
nr_json['filingName'] = nr_actions.get('filingName')
nr_json['target'] = nr_actions.get('legalType')
nr_json['entitiesFilingName'] = nr_actions.get('entitiesFilingName')
nr_json['URL'] = nr_actions.get('URL')
nr_json['learTemplate'] = nr_actions.get('learTemplate')
nr_json['target'] = nr_actions.get('target')
nr_json['actions'] = nr_actions.get('actions')

return nr_json
Expand Down
146 changes: 0 additions & 146 deletions api/namex/services/lookup/nr_filing_actions.py

This file was deleted.

0 comments on commit 6469a54

Please sign in to comment.