Skip to content

Commit

Permalink
fix: enable skeleton generation transformerFF is false (aws-amplify#8967
Browse files Browse the repository at this point in the history
)
  • Loading branch information
akshbhu committed Nov 21, 2021
1 parent 6c0adfc commit cddf6f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/amplify-category-api/src/commands/api/override.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const run = async (context: $TSContext) => {
return;
}
}
await generateOverrideSkeleton(context, srcPath, destPath);
}

await generateOverrideSkeleton(context, srcPath, destPath);
};

0 comments on commit cddf6f8

Please sign in to comment.