Update ops.js

Removed redundant type
This commit is contained in:
WORMSS
2022-02-22 20:49:27 +00:00
committed by GitHub
parent 39405c8011
commit 415140d633

View File

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