Skip to content

Commit

Permalink
fix: e2e fix PR #6059 (#6807)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshbhu authored Mar 5, 2021
1 parent 80f8634 commit 3a9058e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/amplify-cli-core/src/feature-flags/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,11 @@ export class FeatureFlags {
defaultValueForNewProjects: true,
},
{
name: 'skipOverrideMutationInput',
name: 'skipOverrideMutationInputTypes',
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: true,
}
},
]);

this.registerFlag('frontend-ios', [
Expand Down Expand Up @@ -595,7 +595,7 @@ export class FeatureFlags {
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: true,
}
},
]);

this.registerFlag('appSync', [
Expand All @@ -604,7 +604,7 @@ export class FeatureFlags {
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: true,
}
},
]);
};
}

0 comments on commit 3a9058e

Please sign in to comment.