Update ops.js
Removed redundant type
This commit is contained in:
@@ -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>}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user