fix approve address change bug when doesn't exist on vt portal

This commit is contained in:
omair saleh
2022-01-08 10:50:12 +08:00
parent 5dec999cbf
commit d6eda8a11d
@@ -138,7 +138,7 @@ class UpdateDoFromVTPortalProcessor
}
} catch (\Exception $exception){
throw new InternalServerErrorException('failed to approve address due to an error related to VT portal');
return [];
}
}