We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9bf56 commit 9e57f42Copy full SHA for 9e57f42
lib/node_modules/@stdlib/_tools/github/rank-followers/lib/pipeline.js
@@ -41,7 +41,6 @@ function toArray( obj ) {
41
var i;
42
keys = objectKeys( obj );
43
out = [];
44
-
45
for ( i = 0; i < keys.length; i++ ) {
46
out.push( obj[ keys[ i ] ] );
47
}
@@ -80,7 +79,6 @@ function pipeline( opts, clbk ) {
80
79
return done( error );
81
82
usernames = [];
83
84
for ( i = 0; i < data.length; i++ ) {
85
usernames.push( data[ i ].login );
86
0 commit comments