podkrepi-bg / api

Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger
https://podkrepi.bg
MIT License
82 stars 43 forks source link

fix: Check if sendgrid list exists before attempting to create new one #634

Closed sashko9807 closed 1 month ago

sashko9807 commented 3 months ago

For some reason, campaigns' email list exists on sendgrid, but the data is not stored in the internal notification_list table. This behavior results in Bad Request whenever user attempts to subscribe for email notifications for a particular campaign , as we try to create two lists with the same name.

Closes frontend#1170

github-actions[bot] commented 3 months ago

❌ Not all tests have run for this PR. Please add the run tests label to trigger them.