feat: address QA feedback and limit Checko collection
This commit is contained in:
@@ -614,7 +614,6 @@ class StateCorpExchangeService:
|
||||
ParserLoadLog.Source.PROCUREMENTS,
|
||||
ParserLoadLog.Source.PROCUREMENTS_44FZ,
|
||||
ParserLoadLog.Source.PROCUREMENTS_223FZ,
|
||||
ParserLoadLog.Source.CONTRACTS,
|
||||
],
|
||||
):
|
||||
item = cls._serialize_generic_public_procurement(record)
|
||||
@@ -676,8 +675,6 @@ class StateCorpExchangeService:
|
||||
return "44-ФЗ"
|
||||
if source == ParserLoadLog.Source.PROCUREMENTS_223FZ:
|
||||
return "223-ФЗ"
|
||||
if source == ParserLoadLog.Source.CONTRACTS:
|
||||
return "contract"
|
||||
return ""
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user