Merge pull request #29691 from overleaf/em-promisify-github-manager

Replace octonode with octokit in github-sync

GitOrigin-RevId: dfe4f94bed8c4c41a2234860ce2b3443eb076cb9
This commit is contained in:
Eric Mc Sween
2025-11-24 09:14:49 -05:00
committed by Copybot
parent b4bfff1b67
commit ba61b0dfd4
4 changed files with 539 additions and 39 deletions
+2 -2
View File
@@ -146,9 +146,9 @@ function promisifyMultiResult(fn, resultNames) {
*
* @param {Object} module - The module to callbackify
* @param {Object} opts - Options
* @param {Array<string>} opts.without - Array of method names to exclude from
* @param {Array<string>} [opts.without] - Array of method names to exclude from
* being callbackified
* @param {Object} opts.multiResult - Spec of methods to be callbackified with
* @param {Object} [opts.multiResult] - Spec of methods to be callbackified with
* callbackifyMultiResult()
*/
function callbackifyAll(module, opts = {}) {