This is an automated email from the ASF dual-hosted git repository.

damondouglas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 195dc3f0146 fix typescript syntax (#31493)
195dc3f0146 is described below

commit 195dc3f0146f8e21cf90d7ce5347166babc5b02e
Author: Yi Hu <[email protected]>
AuthorDate: Tue Jun 4 18:53:28 2024 -0400

    fix typescript syntax (#31493)
---
 sdks/typescript/src/apache_beam/runners/flink.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/typescript/src/apache_beam/runners/flink.ts 
b/sdks/typescript/src/apache_beam/runners/flink.ts
index bedcd726628..ad4339b431f 100644
--- a/sdks/typescript/src/apache_beam/runners/flink.ts
+++ b/sdks/typescript/src/apache_beam/runners/flink.ts
@@ -28,7 +28,7 @@ import { JavaJarService } from "../utils/service";
 const MAGIC_HOST_NAMES = ["[local]", "[auto]"];
 
 // These should stay in sync with gradle.properties.
-const PUBLISHED_FLINK_VERSIONS = ["1.15", "1.16", "1.17, "1.18""];
+const PUBLISHED_FLINK_VERSIONS = ["1.15", "1.16", "1.17", "1.18"];
 
 const defaultOptions = {
   flinkMaster: "[local]",

Reply via email to