mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +00:00
Fix indentation
This commit is contained in:
@@ -116,7 +116,7 @@ async function addProjectToList (projectDefinition) {
|
||||
`;
|
||||
const values = [ projectDefinition.id, projectDefinition.name, projectDefinition.schema, projectDefinition ];
|
||||
try {
|
||||
return await pool.query(sql, values);
|
||||
return await pool.query(sql, values);
|
||||
} catch (err) {
|
||||
if (err.code == "23505") {
|
||||
if (err.constraint == "projects_name_key") {
|
||||
|
||||
Reference in New Issue
Block a user