Merge pull request #29877 from overleaf/em-revert-octokit

Revert octonode to octokit migration

GitOrigin-RevId: 6a5819a0f25c96bea10bc0cae33ae90ee5038276
This commit is contained in:
Eric Mc Sween
2025-11-24 11:51:42 -05:00
committed by Copybot
parent b514ebcc8e
commit 1b2a52ad7f
4 changed files with 39 additions and 539 deletions

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 = {}) {