Open
Description
The return type of analyzeCommits
is declared as String|null
in the JSDoc header. However, analyzeCommits
is an async function. Return type should be Promise<String|null>
instead.
Lines 12 to 26 in 685f65a
Metadata
Assignees
Labels
No labels