이렇게 출력되길래
const gradeRaw = Number(pointSum[0].totalPoints)/Number(reviewCount); const grade = gradeRaw.toFixed(1); // 소숫점 첫째자리 까지 출력
이렇게 고쳐줌 해결!