bcgov / MOH-BCP-Enrolment

BC Ministry of Health's Business Cost Premium Enrolment Application
Apache License 2.0
1 stars 0 forks source link

Captcha memory leak fix #13

Open Ian-c-cameron opened 3 years ago

Ian-c-cameron commented 3 years ago

Please check if the PR fulfills these requirements:

Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):

Memory leak fix: calls to await have been changed to promise resolutions(.then)

Additional Notes:

Thourough testing is required as there changes in every function of the captcha service.