Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sundersc committed Mar 20, 2024
1 parent 710d9aa commit 25d4994
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ export type CodegenAssetsProps = {
};

const MODEL_SCHEMA_KEY = 'model-schema.graphql';
const CONSOLE_SERVICE_ENDPOINT = Fn.join('', [
'https://',
Fn.ref('AWS::Region'),
'.console.aws.amazon.com/amplify',
]);
const CONSOLE_SERVICE_ENDPOINT = Fn.join('', ['https://', Fn.ref('AWS::Region'), '.console.aws.amazon.com/amplify']);

/**
* Construct an S3 URI string for a given bucket and key.
Expand Down

0 comments on commit 25d4994

Please sign in to comment.