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.
2 parents be49329 + ff6f565 commit 09f73b6Copy full SHA for 09f73b6
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