NLTN / StudentEnrollment

A back-end Web Service to manage course enrollment and waiting lists with functionality similar to TitanOnline.
GNU General Public License v3.0
0 stars 4 forks source link

Bug: email and webhook_url cannot be an empty string #79

Closed NLTN closed 9 months ago

NLTN commented 9 months ago

# constructing the message
                        message = {
                            "event_type": "AutoEnrolledFromWaitlist",
                            "class_id": class_id,
                            "email": email,
                            "webhook_url": webhook_url,
                        }```
NLTN commented 9 months ago

solved