Missing Async On Promise Method
Mark promise callbacks async when using await
#Metadata
#Why it matters
Mark promise callbacks async when using await:then/catch handlers that use await must be declared async.
#Remediation
Mark promise callbacks async when using await:then/catch handlers that use await must be declared async.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.correctness.missing-async-on-promise-method.rule.yaml.