diff --git a/pkg/probo/document_service.go b/pkg/probo/document_service.go index 6405f65ea..33cf691b0 100644 --- a/pkg/probo/document_service.go +++ b/pkg/probo/document_service.go @@ -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 {