Skip to content

Commit

Permalink
addAll
Browse files Browse the repository at this point in the history
  • Loading branch information
piokasar committed Jul 16, 2024
1 parent 7001ad1 commit eb2d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/app/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ class AppClient {
final request = ListFragmentsRequest()
..organizationId = organizationId
..showPublic = showPublic
..fragmentVisibility = fragmentVisibility;
..fragmentVisibility.addAll(fragmentVisibility);
final ListFragmentsResponse response = await _client.listFragments(request);
return response.fragments;
}
Expand Down

0 comments on commit eb2d9f3

Please sign in to comment.