Skip to content

Commit

Permalink
🚧 Funnel client format
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Aug 10, 2024
1 parent ad9c817 commit f122330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/funnel-client/src/external/funnel-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class FunnelClient<T extends NonEmptyArray<string>> {
this.deleteStep = this.deleteStep.bind(this);
this.stringifyStep = this.stringifyStep.bind(this);
this.parseQueryString = this.parseQueryString.bind(this);

}

createStep(step: T[number], options?: CreateStepOptionsType) {
Expand Down

0 comments on commit f122330

Please sign in to comment.