From e3b8018170092da20011a7460d34ab8016b42787 Mon Sep 17 00:00:00 2001 From: Mihir Bhalala <77438541+mihir-4116@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:09:28 +0530 Subject: [PATCH] feat: added sprig in supportedDestionations for user deletion (#4285) --- regulation-worker/internal/delete/api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regulation-worker/internal/delete/api/api.go b/regulation-worker/internal/delete/api/api.go index f7245d76c4..e9ff0a9716 100644 --- a/regulation-worker/internal/delete/api/api.go +++ b/regulation-worker/internal/delete/api/api.go @@ -27,7 +27,7 @@ import ( var ( pkgLogger = logger.NewLogger().Child("api") - supportedDestinations = []string{"BRAZE", "AM", "INTERCOM", "CLEVERTAP", "AF", "MP", "GA", "ITERABLE", "ENGAGE", "CUSTIFY", "SENDGRID"} + supportedDestinations = []string{"BRAZE", "AM", "INTERCOM", "CLEVERTAP", "AF", "MP", "GA", "ITERABLE", "ENGAGE", "CUSTIFY", "SENDGRID", "SPRIG"} ) type APIManager struct {