Skip to content

Commit

Permalink
dont change order of free credits project report
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed May 14, 2019
1 parent e137abe commit 5bcbe58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class ElasticSearchTrialDAO(client: TransportClient, indexName: String, refreshM
val (scrollId, accum) = startScroll // initial query
val (_, finalAccum) = nextScroll(scrollId, startCount = 0, accum)

finalAccum
finalAccum.sortBy(_.name.value)
}

private def indexExists: Boolean = {
Expand Down

0 comments on commit 5bcbe58

Please sign in to comment.