Fix typo in query

This commit is contained in:
Nathan Sobo 2022-11-16 14:24:26 -07:00
parent c1291a093b
commit bdb521cb6b

View file

@ -1567,7 +1567,7 @@ where
scan_id,
is_complete
)
VALUES ${params}
VALUES {params}
ON CONFLICT (project_id, id) DO UPDATE SET root_name = excluded.root_name
"
);