Skip to content

Commit

Permalink
Fix to Observable skip ts equivalent.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsvedin committed Oct 2, 2023
1 parent 27a3287 commit 156fa1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rxplus/src/main/equivalents/ts/rx.ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
- id: io.reactivex.rxjava3.core.Observable.skip
type: call
template:
pattern: ~this~.pipe(skip(0))
pattern: ~this~.pipe(skip(~0~))
imports:
skip: rxjs/operators

Expand Down Expand Up @@ -1704,7 +1704,7 @@
- id: io.reactivex.rxjava3.core.Flowable.skip
type: call
template:
pattern: ~this~.pipe(skip(0))
pattern: ~this~.pipe(skip(~0~))
imports:
skip: rxjs/operators

Expand Down

0 comments on commit 156fa1e

Please sign in to comment.