Skip to content

Commit ff6f565

Browse files
Aschenscottinet
andauthored
Update src/Kuzzle.ts
Co-authored-by: Sébastien Cottinet <scottinet@protonmail.com>
1 parent bbc963d commit ff6f565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Kuzzle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ export class Kuzzle extends KuzzleEventEmitter {
511511
* - volatile (object, default: null):
512512
* Additional information passed to notifications to other users
513513
*
514-
* @param request
515-
* @param options - Optional arguments
514+
* @param req
515+
* @param opts - Optional arguments
516516
*/
517517
query (req: RequestPayload = {}, opts: JSONObject = {}): Promise<ResponsePayload> {
518518
if (typeof req !== 'object' || Array.isArray(req)) {

0 commit comments

Comments
 (0)