Skip to content

Commit

Permalink
Update packages/amplify_core/lib/src/types/common/amplify_auth_provid…
Browse files Browse the repository at this point in the history
…er.dart

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
  • Loading branch information
ragingsquirrel3 and dnys1 authored Jul 21, 2022
1 parent befa30e commit 4252d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ abstract class ApiKeyAmplifyAuthProvider extends AmplifyAuthProvider {
@override
Future<AWSBaseHttpRequest> authorizeRequest(
AWSBaseHttpRequest request, {
covariant ApiKeyAuthProviderOptions options,
covariant ApiKeyAuthProviderOptions? options,
});
}

Expand Down

0 comments on commit 4252d70

Please sign in to comment.