Skip to content

Commit

Permalink
IGNITE-6570 Added missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
akuznetsov-os committed Oct 30, 2017
1 parent 24bd916 commit 67859f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/web-console/frontend/app/utils/SimpleWorkerPool.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {Observable} from 'rxjs/Observable';
import {Subject} from 'rxjs/Subject';
import 'rxjs/add/observable/race';
import 'rxjs/add/operator/filter';
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/pluck';
import 'rxjs/add/operator/take';
import 'rxjs/add/operator/toPromise';
Expand Down

0 comments on commit 67859f4

Please sign in to comment.