Skip to content

Commit

Permalink
fix(amplify-provider-awscloudformation): fixes rest client generation (
Browse files Browse the repository at this point in the history
…#6180)

Adds Flutter to Javascript for rest client file generation exclusions

Co-authored-by: Noyes <dnnoyes@f8ffc25e9e15.ant.amazon.com>
  • Loading branch information
haverchuck and Noyes committed Dec 17, 2020
1 parent d6c44cc commit af54abe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function downloadAPIModels(context: $TSContext, allResources) {

const framework = projectConfig.frontend;

if (framework === 'javascript') {
if (['javascript', 'flutter'].includes(framework)) {
return;
}

Expand Down

0 comments on commit af54abe

Please sign in to comment.