Skip to content

Commit

Permalink
fix typescript syntax (#31493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Jun 4, 2024
1 parent cf01cba commit 195dc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/typescript/src/apache_beam/runners/flink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 195dc3f

Please sign in to comment.