Skip to content

Commit d6884ca

Browse files
Fix expand query param building
1 parent 9cd11cf commit d6884ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/resources/subscription.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SubscriptionResource extends Resource<Subscription> {
3333
final response = await get(
3434
'$_resourceName/$id',
3535
queryParameters: {
36-
'expand': _expandParamComponents,
36+
'expand': _expandParamComponents(expand),
3737
},
3838
);
3939

0 commit comments

Comments
 (0)