From 26187a8adfad0790bbff68573f4a04c2b4080e9c Mon Sep 17 00:00:00 2001 From: Cubicroot Date: Fri, 1 Oct 2021 18:23:23 +0200 Subject: [PATCH] trigger workflow --- internal/api/notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/notification.go b/internal/api/notification.go index bca42de..2e01673 100644 --- a/internal/api/notification.go +++ b/internal/api/notification.go @@ -74,7 +74,7 @@ func (h *NotificationHandler) CreateNotification(ctx *gin.Context) { // @Summary Delete a Notification // @Description Informs the channel that the notification is deleted // @Accept json,mpfd -// @Produce json +// @Produce json // @Param message_id path string true "ID of the message to delete" // @Param token query string true "Channels token, can also be provieded in the header" // @Success 200 ""