Skip to content

Commit 730f520

Browse files
committed
copilot found an issue but low confidence
1 parent 1f0c0c7 commit 730f520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/catalog/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ impl Catalog {
389389
.pg
390390
.prepare_typed(
391391
"INSERT INTO flows (name, source_peer, destination_peer, description,
392-
query_string, flow_metadata) VALUES ($1, $2, $3, $4, $5, $6, $7)",
392+
query_string, flow_metadata) VALUES ($1, $2, $3, $4, $5, $6)",
393393
&[
394394
types::Type::TEXT,
395395
types::Type::INT4,

0 commit comments

Comments
 (0)