Skip to content

Commit 2699f5d

Browse files
committed
docs: add JSDoc for user parameter in addGitPushToDb
1 parent 4ccf137 commit 2699f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/git-proxy-cli/test/testCliUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ async function addRepoToDb(newRepo, debug = false) {
168168
* Add a new git push record to the database.
169169
* @param {string} id The ID of the git push.
170170
* @param {string} repo The repository of the git push.
171+
* @param {string} user The user who pushed the git push.
171172
* @param {boolean} debug Flag to enable logging for debugging.
172173
*/
173174
async function addGitPushToDb(id, repo, user = null, debug = false) {

0 commit comments

Comments
 (0)