Skip to content

Commit d193eda

Browse files
committed
fix: change options in the right object
1 parent 4acefe8 commit d193eda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/controllers/Auth.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,8 @@ export class AuthController extends BaseController {
510510
{
511511
action: "logout",
512512
cookieAuth: this.kuzzle.cookieAuthentication,
513-
...options,
514513
},
515-
{ queuable: false, timeout: -1 }
514+
{ queuable: false, timeout: -1, ...options }
516515
);
517516
this._authenticationToken = null;
518517
/**

0 commit comments

Comments
 (0)