You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The return type of
analyzeCommits
is declared asString|null
in the JSDoc header. However,analyzeCommits
is an async function. Return type should bePromise<String|null>
instead.commit-analyzer/index.js
Lines 12 to 26 in 685f65a
The text was updated successfully, but these errors were encountered: