mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #30335 from overleaf/em-retry-octokit
Retry github-sync migration to octokit GitOrigin-RevId: d34b2498e86039dd0781a1707adbfe523acfa250
This commit is contained in:
@@ -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 = {}) {
|
||||
|
||||
Reference in New Issue
Block a user