mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #30386 from overleaf/revert-30335-em-retry-octokit
Revert github-sync octokit migration GitOrigin-RevId: d9f89e058e4ef9f5e6c157089be2793168db9170
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