Skip to content

Commit d9b62ed

Browse files
committed
fix(ajaxobservable): fix operator import path
1 parent 9538a20 commit d9b62ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/observable/dom/AjaxObservable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { errorObject } from '../../util/errorObject';
44
import { Observable } from '../../Observable';
55
import { Subscriber } from '../../Subscriber';
66
import { TeardownLogic } from '../../Subscription';
7-
import { map } from '../../operators';
7+
import { map } from '../../operators/map';
88

99
export interface AjaxRequest {
1010
url?: string;

0 commit comments

Comments
 (0)