mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29877 from overleaf/em-revert-octokit
Revert octonode to octokit migration GitOrigin-RevId: 6a5819a0f25c96bea10bc0cae33ae90ee5038276
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