Skip to content

Commit e64949d

Browse files
authored
doc(Debezium): remove extra quote
1 parent e65ae61 commit e64949d

File tree

1 file changed

+1
-1
lines changed
  • plugin-debezium-postgres/src/main/java/io/kestra/plugin/debezium/postgres

1 file changed

+1
-1
lines changed

plugin-debezium-postgres/src/main/java/io/kestra/plugin/debezium/postgres/Trigger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@Example(
3232
full = true,
3333
title = "Consume a message from a PostgreSQL database via change data capture periodically.",
34-
code = """"
34+
code = """
3535
id: pg_trigger
3636
namespace: company.team
3737

0 commit comments

Comments
 (0)