Skip to content

Commit f88d0b8

Browse files
Update src/proxy/processors/push-action/parsePush.ts
Co-authored-by: j-k <[email protected]>
1 parent 484bbc0 commit f88d0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proxy/processors/push-action/parsePush.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const getParsedData = (headerLines: string[]) => {
147147
/**
148148
* Parses the commit data from the contents of a pack file.
149149
* @param {CommitContent[]} contents - The contents of the pack file.
150-
* @return {*} An array of commit data objects.
150+
* @return {Array} An array of commit data objects.
151151
*/
152152
const getCommitData = (contents: CommitContent[]) => {
153153
console.log({ contents });

0 commit comments

Comments
 (0)