Skip to content

Commit

Permalink
chore(api): clean up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Nov 22, 2024
1 parent fed80cb commit 6bad643
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9478,11 +9478,9 @@ declare module "socket:internal/conduit" {
*
* @param {object} params - The parameters for the Conduit.
* @param {string} params.id - The ID for the connection.
* @param {string} params.method - The method to use for the connection.
*/
constructor({ id }: {
id: string;
method: string;
});
/**
* @type {boolean}
Expand Down
1 change: 0 additions & 1 deletion api/internal/conduit.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export class Conduit extends EventTarget {
*
* @param {object} params - The parameters for the Conduit.
* @param {string} params.id - The ID for the connection.
* @param {string} params.method - The method to use for the connection.
*/
constructor ({ id }) {
super()
Expand Down

0 comments on commit 6bad643

Please sign in to comment.