Skip to content

Commit

Permalink
fix: enable skeleton generation transformerFF is false (#8967)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshbhu authored and jhockett committed Nov 20, 2021
1 parent 7413d29 commit 2198195
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 2198195

Please sign in to comment.