We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4e1272 + f88d0b8 commit a83f566Copy full SHA for a83f566
src/proxy/processors/push-action/parsePush.ts
@@ -158,7 +158,7 @@ const getParsedData = (headerLines: string[]) => {
158
/**
159
* Parses the commit data from the contents of a pack file.
160
* @param {CommitContent[]} contents - The contents of the pack file.
161
- * @return {*} An array of commit data objects.
+ * @return {Array} An array of commit data objects.
162
*/
163
const getCommitData = (contents: CommitContent[]) => {
164
console.log({ contents });
0 commit comments