@@ -298,7 +298,7 @@ const getStopFace = async () => {
return false;
}
await stopFace();
- await getFaceConfirmOnly();
+ getFaceConfirmOnly();
};
/**