[JS] Promise returned in function argument where a void return was expected

장후후·2022년 4월 26일
0

https://developer.mozilla.org/en-US/docs/Glossary/IIFE
위와 같은 오류가 나면, 아래와 같이 callback을 IIFE 표현식으로 감싸주면 해결된다.

void (async () => {
  /* ... */
})();
profile
Backend Developer, DevOPS Engineer, IIoT, IoT

0개의 댓글