Validate slack response url

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-10-23 12:08:16 +02:00
parent be65e20dbc
commit e44fc23671
2 changed files with 23 additions and 1 deletions

View File

@@ -30,7 +30,6 @@ import (
const (
slackMessageDeduplicationWindow = 7 * 24 * time.Hour
trustCenterAccessURLFormat = "https://%s/organizations/%s/trust-center/access"
)
type (