Skip to content

Commit

Permalink
Update packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/rem…
Browse files Browse the repository at this point in the history
…ote_constraint_provider.dart

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
  • Loading branch information
khatruong2009 and dnys1 committed Sep 19, 2023
1 parent 2cbb9b7 commit cad71d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ base class BaseRemoteLoggingConstraintProvider
///
/// Can be overridden by subclasses to change how the request is created.
@protected
@visibleForOverriding
Future<AWSBaseHttpRequest> createRequest() async {
final uri = Uri.parse(_config.endpoint);
return AWSHttpRequest(
Expand Down

0 comments on commit cad71d6

Please sign in to comment.