Skip to content

Commit

Permalink
fix: lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed Sep 25, 2023
1 parent 7adb34b commit fa2a5b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslint_dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default [
'codegen',
'cognito',
'ctor',
'datastore',
'debounce',
'declarator',
'deployer',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { AwsCredentialIdentityProvider } from '@aws-sdk/types';
export type InvokeGenerateApiCodeProps = GenerateOptions & BackendIdentifier;

/**
* Class to wrap static generateApiCode method for testability.
* Class to wrap static generateApiCode method to facilitate testing.
*/
export class GenerateApiCodeAdapter {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class GenerateGraphqlClientCodeCommand
})
.option('modelRespectPrimaryKeyAttributesOnConnectionField', {
description:
'If enabled, datastore queries will respect the primary + sort key fields, rather than a defaut id field',
'If enabled, Datastore queries will respect the primary + sort key fields, rather than a default id field',
type: 'boolean',
array: false,
hidden: true,
Expand Down

0 comments on commit fa2a5b0

Please sign in to comment.