Skip to content

Commit

Permalink
fix(post-flow): typo fix of Tparams
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed May 21, 2020
1 parent e4e25ed commit 10ded57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/@dataflow/rclone/post-flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export type AjaxFlowNode = [AjaxResponse | object, Error[]];

export abstract class PostFlow<
Tin extends IRcloneServer,
Tout extends FlowOutNode,
Tparms extends FlowInNode = Tin,
Tout extends FlowOutNode,
Tparms extends FlowInNode = FlowInNode,
Tsup extends FlowSupNode = Tin & Tout
> extends AjaxFlow<Tin, Tout, Tsup> {
// protected cacheSupport: boolean;
Expand Down

0 comments on commit 10ded57

Please sign in to comment.