Fix instanciate url.Values
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -615,7 +615,7 @@ func (s *DocumentService) SendSigningNotifications(
|
|||||||
var (
|
var (
|
||||||
employeeDocumentsURLPath = "/organizations/" + organizationID.String() + "/employee"
|
employeeDocumentsURLPath = "/organizations/" + organizationID.String() + "/employee"
|
||||||
emailLinkURLPath = employeeDocumentsURLPath
|
emailLinkURLPath = employeeDocumentsURLPath
|
||||||
query url.Values
|
query = make(url.Values)
|
||||||
)
|
)
|
||||||
if signatory.State != coredata.ProfileStateActive {
|
if signatory.State != coredata.ProfileStateActive {
|
||||||
if signatory.Source != coredata.ProfileSourceSCIM {
|
if signatory.Source != coredata.ProfileSourceSCIM {
|
||||||
|
|||||||
Reference in New Issue
Block a user