Merge pull request #30386 from overleaf/revert-30335-em-retry-octokit

Revert github-sync octokit migration

GitOrigin-RevId: d9f89e058e4ef9f5e6c157089be2793168db9170
This commit is contained in:
Eric Mc Sween
2025-12-16 10:39:22 -05:00
committed by Copybot
parent a82b969db7
commit 969079125a
4 changed files with 39 additions and 538 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 = {}) {