Skip to content

Commit

Permalink
feat: added sprig in supportedDestionations for user deletion (#4285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 authored Jan 11, 2024
1 parent 5bdc43c commit e3b8018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regulation-worker/internal/delete/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e3b8018

Please sign in to comment.