Skip to content

Commit

Permalink
chore: remove duplicate call of getProjects()
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Jul 29, 2024
1 parent 511dafc commit a1f84b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/flutterfire_cli/lib/src/commands/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,6 @@ class ConfigCommand extends FlutterFireCommand {
return baseMessage;
},
);
firebaseProjects = await firebase.getProjects(
account: accountEmail,
token: token,
serviceAccount: serviceAccount,
);

try {
firebaseProjects = await firebase
Expand Down

0 comments on commit a1f84b4

Please sign in to comment.