mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- Don't throw error if a report already exists since we use MERGE and that does not create a new resource if it exists. That is tested at the neo4j(database) level. - We also have a test to make in reports.spec.js that no duplicate is created to ensure we didn't make some error on our part. - Fix some faulty logic in validateReview