[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove flags for DataConnect emulator 1.2.2 (#7326)
Browse files Browse the repository at this point in the history
Co-authored-by: Harold Shen <hlshen@google.com>
  • Loading branch information
joehan and hlshen committed Jun 20, 2024
1 parent dd1fd0d commit 85b90f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/emulator/dataconnectEmulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export class DataConnectEmulator implements EmulatorInstance {
auto_download: this.args.auto_download,
listen: listenSpecsToString(this.args.listen),
config_dir: this.args.configDir,
project_id: this.args.projectId,
service_location: this.args.locationId,
});
}
Expand Down
2 changes: 0 additions & 2 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,9 @@ const Commands: { [s in DownloadableEmulators]: DownloadableEmulatorCommand } =
optionalArgs: [
"listen",
"config_dir",
"project_id",
"service_location",
"disable_sdk_generation",
"resolvers_emulator",
"vertex_location",
"rpc_retry_count",
],
joinArgs: true,
Expand Down

0 comments on commit 85b90f1

Please sign in to comment.