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

Retry github-sync migration to octokit

GitOrigin-RevId: d34b2498e86039dd0781a1707adbfe523acfa250
This commit is contained in:
Eric Mc Sween
2025-12-16 08:05:25 -05:00
committed by Copybot
parent 60b8aef82d
commit d496324b8d
4 changed files with 538 additions and 39 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 = {}) {