Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • meanspec/meanspec-backend
1 result
Select Git revision
Show changes
Commits on Source (2)
...@@ -92,7 +92,7 @@ const myRepository = { ...@@ -92,7 +92,7 @@ const myRepository = {
const { rowCount } = await pool.query(query, values); const { rowCount } = await pool.query(query, values);
return rowCount > 0; return rowCount > 0;
} },
}; };
export default myRepository; export default myRepository;