From 72de0de8f830566a00db9ca0f69ab093bfde35dc Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Tue, 4 Jun 2024 10:43:07 -0400 Subject: [PATCH] fix typescript syntax --- 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 bedcd7266289..ad4339b431f5 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]",