Skip to content

Commit 46efe90

Browse files
committed
Number of components updated
1 parent 2c3de2e commit 46efe90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/management/commands/updatecomponents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Command(BaseCommand):
4343
help = "Command to update the details of all the components from Github"
4444

4545
def handle(self, *args, **options):
46-
all_components = get_npm_data()['objects'][:5]
46+
all_components = get_npm_data()['objects']
4747
for component in all_components:
4848
component_data = component['package']
4949
try:

0 commit comments

Comments
 (0)