CSR-347: fix errant semi colon

This commit is contained in:
Adam Caouette 2022-05-13 12:59:11 -04:00
parent 1ed8063e94
commit c07f259dfc

View file

@ -308,7 +308,7 @@ export default {
{
licenseLastName: lastName,
licenseStreetAddress: streetAddress,
licenseZip: (typeof zip !== "string") ? zip.toString() : zip;
licenseZip: (typeof zip !== "string") ? zip.toString() : zip,
licenseState: state,
}, false
);