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.
1 parent 484bbc0 commit f88d0b8Copy full SHA for f88d0b8
src/proxy/processors/push-action/parsePush.ts
@@ -147,7 +147,7 @@ const getParsedData = (headerLines: string[]) => {
147
/**
148
* Parses the commit data from the contents of a pack file.
149
* @param {CommitContent[]} contents - The contents of the pack file.
150
- * @return {*} An array of commit data objects.
+ * @return {Array} An array of commit data objects.
151
*/
152
const getCommitData = (contents: CommitContent[]) => {
153
console.log({ contents });
0 commit comments