rpc-handler: fix git

Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2024-02-11 17:22:28 +00:00
parent 8a326ef233
commit a915f2fe30

View File

@@ -1,4 +1,6 @@
const ACL = require('../acl')
const home = require('../home')
const { spawn } = require('child_process')
async function getReposHandler (publicKey, req) {
const { branch, url, userId } = await parseReq.bind(this)(publicKey, req)