We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc963d commit ff6f565Copy full SHA for ff6f565
src/Kuzzle.ts
@@ -511,8 +511,8 @@ export class Kuzzle extends KuzzleEventEmitter {
511
* - volatile (object, default: null):
512
* Additional information passed to notifications to other users
513
*
514
- * @param request
515
- * @param options - Optional arguments
+ * @param req
+ * @param opts - Optional arguments
516
*/
517
query (req: RequestPayload = {}, opts: JSONObject = {}): Promise<ResponsePayload> {
518
if (typeof req !== 'object' || Array.isArray(req)) {
0 commit comments