chore: bump line length to 120 (#20191)
This commit is contained in:
@@ -24,9 +24,7 @@ class PartnerApiRepository extends ApiRepository {
|
||||
Future<List<UserDto>> getAll(Direction direction) async {
|
||||
final response = await checkNull(
|
||||
_api.getPartners(
|
||||
direction == Direction.sharedByMe
|
||||
? PartnerDirection.by
|
||||
: PartnerDirection.with_,
|
||||
direction == Direction.sharedByMe ? PartnerDirection.by : PartnerDirection.with_,
|
||||
),
|
||||
);
|
||||
return response.map(UserConverter.fromPartnerDto).toList();
|
||||
|
||||
Reference in New Issue
Block a user