Merge pull request #2 from WORMSS/patch-1

Update ops.js
This commit is contained in:
Ingvar Stepanyan
2022-12-15 14:00:34 +00:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ export async function connect() {
let queue = Promise.resolve(); let queue = Promise.resolve();
/** Schedules an exclusive async operation on the global context. /** Schedules an exclusive async operation on the global context.
* @template T,T2 * @template T
* @param {(ctx: Context) => Promise<T>} op * @param {(ctx: Context) => Promise<T>} op
* @returns {Promise<T>} * @returns {Promise<T>}
*/ */