remove extra character in template causing issues with the console

This commit is contained in:
Iuri Matias 2017-12-13 11:38:36 -05:00
parent 9cd98d9ecb
commit daba3b9319
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
__mainContext.web3 = undefined;
web3 = new Web3(new Web3.providers.HttpProvider("<%- url -%>'"));
web3 = new Web3(new Web3.providers.HttpProvider("<%- url -%>"));
<%- done %>