Skip to content

Commit

Permalink
Fix bugs-3
Browse files Browse the repository at this point in the history
  • Loading branch information
frombetelgeuse committed Nov 4, 2020
1 parent 4a7c026 commit 275b262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void act(Outputter out, PropertiesWithTargets pb, ProjectClient client) {
Map<String, Long> labels = client.listLabels().stream()
.collect(Collectors.toMap(Label::getTitle, Label::getId));

Map<String, Language> projectLanguages = project.getProjectLanguages(false)
Map<String, Language> projectLanguages = project.getProjectLanguages(true)
.stream()
.collect(Collectors.toMap(Language::getId, Function.identity()));

Expand Down

0 comments on commit 275b262

Please sign in to comment.