eslint error

programming

Disallows unnecessary return await (no-return-await) Eslint 오류

불필요하게 await를 리턴하지 마세요. cpu 낭비입니다

Read