Skip to content

Commit

Permalink
Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 18, 2024
1 parent f6037df commit ddcae4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/kol.js/src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export class Client extends (EventEmitter as new () => TypedEmitter<Events>) {

if (options.searchParams) {
const searchParams = options.searchParams as URLSearchParams;
if (searchParams.get("pwd") !== "false") searchParams.set("pwd", this.#pwd);
if (searchParams.get("pwd") !== "false")
searchParams.set("pwd", this.#pwd);
}

return next(options);
Expand Down

0 comments on commit ddcae4f

Please sign in to comment.