Skip to content

Commit a83f566

Browse files
committed
Merge branch 'parsePush-vulnerability-fixes' of https://github.com/jescalada/git-proxy-security-fixes into parsePush-vulnerability-fixes
2 parents b4e1272 + f88d0b8 commit a83f566

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
@@ -158,7 +158,7 @@ const getParsedData = (headerLines: string[]) => {
158158
/**
159159
* Parses the commit data from the contents of a pack file.
160160
* @param {CommitContent[]} contents - The contents of the pack file.
161-
* @return {*} An array of commit data objects.
161+
* @return {Array} An array of commit data objects.
162162
*/
163163
const getCommitData = (contents: CommitContent[]) => {
164164
console.log({ contents });

0 commit comments

Comments
 (0)