Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Aug 18, 2021
2 parents 03713d9 + d3d0b9d commit 96804fb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ component {
.sort( (a,b) => a.daysLastStarted - b.daysLastStarted );

if( JSON ){
print.line(prunableServers)
.toConsole();
print.line(prunableServers);
return;
}

Expand Down

0 comments on commit 96804fb

Please sign in to comment.