Fix instanciate url.Values

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-11 14:17:37 +04:00
parent 355e6b81b8
commit 961980f852

View File

@@ -615,7 +615,7 @@ func (s *DocumentService) SendSigningNotifications(
var (
employeeDocumentsURLPath = "/organizations/" + organizationID.String() + "/employee"
emailLinkURLPath = employeeDocumentsURLPath
query url.Values
query = make(url.Values)
)
if signatory.State != coredata.ProfileStateActive {
if signatory.Source != coredata.ProfileSourceSCIM {