Skip to content

Commit

Permalink
Merge pull request #6765 from Playmaker5677/pr/fix-withUrlOptions
Browse files Browse the repository at this point in the history
Changed the type of withUrlOptions from string to object to accommodate missing properties.
  • Loading branch information
ismcagdas committed Oct 4, 2023
2 parents e6e619a + 8756d97 commit 4a3428e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@

let url: string;

let withUrlOptions: string;
let withUrlOptions: object;

function connect(): any;

Expand All @@ -24,4 +24,4 @@

}

}
}

0 comments on commit 4a3428e

Please sign in to comment.