diff --git a/controllers/webhookController.go b/controllers/webhookController.go index 70e1a0a..a50ed89 100644 --- a/controllers/webhookController.go +++ b/controllers/webhookController.go @@ -116,6 +116,7 @@ func OnPubStart(c *fiber.Ctx) error { // Get the channel from the database channel := services.GetChannelByName(p.StreamName) + log.Printf("======================== %v\n", channel) // If the channel is not found, kick the session if channel.ID == 0 {