Closed twinmind closed 4 years ago
Dollar signs inside a string are redundant, don't need for interpolation and become a part of the string.
related to https://github.com/cornflourblue/aspnet-core-3-signup-verification-api/issues/3
Thanks for spotting those, looks like I missed them when converting from the node version - https://github.com/cornflourblue/node-mongo-signup-verification-api/blob/master/accounts/account.service.js#L288
Dollar signs inside a string are redundant, don't need for interpolation and become a part of the string.