Ian Goldstein

Results 5 issues of Ian Goldstein

instead of trying to redirect to https

Do Not Merge
Do Not Review

https://github.com/salesforce/refocus/network/alert/package.json/sequelize/open

Make "sub" a Map and update the addSubstitution method and setSubstitutions methods accordingly.

``` List vals = new List { 'val1', 'val2', 'val3' }; email.addSubstitution('sub', vals); ``` The above code will add the "sub" JSON but will only have "val3" in the substitution...