Remove columns 'description' and 'origin_id'.
They are useless.
This commit is contained in:
parent
83b3a75f11
commit
aef7d5952e
9 changed files with 1 additions and 10 deletions
|
@ -45,7 +45,6 @@ class NpmListerBase(SWHIndexingHttpLister):
|
|||
'html_url': package_metadata_url,
|
||||
'origin_url': package_url,
|
||||
'origin_type': 'npm',
|
||||
'description': None
|
||||
}
|
||||
|
||||
def task_dict(self, origin_type, origin_url, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue