Skip to content

Commit

Permalink
fix(data): fix ConsoleLogger argument typo (#12581)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Nov 16, 2023
1 parent c69c562 commit 3777b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-graphql/src/utils/resolveConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { AmplifyClassV6, ConsoleLogger } from '@aws-amplify/core';
import { APIValidationErrorCode, assertValidationError } from './errors';

const logger = new ConsoleLogger('GraphQLAPI resovleConfig');
const logger = new ConsoleLogger('GraphQLAPI resolveConfig');

/**
* @internal
Expand Down

0 comments on commit 3777b2a

Please sign in to comment.