Skip to content

Commit

Permalink
fetchmore result typecast
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad99-9 committed Dec 20, 2023
1 parent e3f201f commit c32f81c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ class SelectOrganizationViewModel extends BaseModel {
return {
'organizationsConnection':
(existingOrganizations!["organizationsConnection"]
as List<dynamic>) +
as List<Map<String, dynamic>>) +
(newOrganizations!['organizationsConnection']
as List<dynamic>),
as List<Map<String, dynamic>>),
};
},
),
Expand Down

0 comments on commit c32f81c

Please sign in to comment.