Skip to content

Commit 0ef7076

Browse files
authored
Update call.js
1 parent 31e408a commit 0ef7076

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/call.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,8 @@ const handler = (f) => (action) => {
1616
pipe,
1717
});
1818
return empty();
19-
// return of({
20-
// type: 'error',
21-
// error,
22-
// model,
23-
// pipe,
24-
// });
2519
}),
2620
);
2721
};
2822

29-
export const call = (f) => switchMap( handler(f) );
23+
export const call = (f) => switchMap( handler(f) );

0 commit comments

Comments
 (0)