Skip to content

Commit ed958e9

Browse files
authored
Merge pull request #266 from aws-amplify/revert-261-change-default-depth
Revert "change default maximum statement depth to 3"
2 parents 584dbcc + b3a4a64 commit ed958e9

File tree

1 file changed

+1
-1
lines changed
  • packages/amplify-codegen/src/walkthrough/questions

1 file changed

+1
-1
lines changed

packages/amplify-codegen/src/walkthrough/questions/maxDepth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const inquirer = require('inquirer');
22

33
const constants = require('../../constants');
44

5-
async function askMaxDepth(defaultDepth = 3) {
5+
async function askMaxDepth(defaultDepth = 2) {
66
const answer = await inquirer.prompt([
77
{
88
name: 'maxDepth',

0 commit comments

Comments
 (0)