Skip to content

Commit

Permalink
Fixed List<Interceptor> convertor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaKandel committed Oct 30, 2024
1 parent 8a84bb7 commit 3f16217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/code_generators/swagger_requests_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class SwaggerRequestsGenerator extends SwaggerGeneratorBase {
..optionalParameters.add(Parameter(
(p) => p
..named = true
..type = Reference('Iterable<dynamic>?')
..type = Reference('List<Interceptor>?')
..name = 'interceptors',
))
..body = Code(body),
Expand Down

0 comments on commit 3f16217

Please sign in to comment.