Fix legacy access blocked
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -245,7 +245,7 @@ func (r *mutationResolver) checkNDASignature(
|
||||
}
|
||||
|
||||
if access.ElectronicSignatureID == nil {
|
||||
return gqlutils.Forbiddenf(ctx, "user has not signed the NDA")
|
||||
return nil
|
||||
}
|
||||
|
||||
sig, err := r.esign.GetSignatureByID(ctx, *access.ElectronicSignatureID)
|
||||
|
||||
Reference in New Issue
Block a user