DEV Community

Discussion on: IDE Warning When Calling Async Function with No Await

Collapse
 
bytehala profile image
Lem Dulfo

Settings > Inspections > Javascript and Typescript > Async code and promises > Missing await for an async function call

Screenshot showing where to find missing async warning in Intellij