Skip to content

Commit 61c1f53

Browse files
Saby-Bishopsdogi
andauthored
teams: less rxjs imports is more (fixes #9899) (#9745)
Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent eb0f07d commit 61c1f53

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.22.59",
4+
"version": "0.22.60",
55
"myplanet": {
6-
"latest": "v0.53.91",
7-
"min": "v0.51.90"
6+
"latest": "v0.54.18",
7+
"min": "v0.52.45"
88
},
99
"scripts": {
1010
"ng": "ng",

src/app/teams/teams.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable } from '@angular/core';
2-
import { of, empty, forkJoin, Observable } from 'rxjs';
3-
import { switchMap, map, take, catchError } from 'rxjs/operators';
2+
import { of, empty, forkJoin } from 'rxjs';
3+
import { switchMap, map, take } from 'rxjs/operators';
44
import { CouchService } from '../shared/couchdb.service';
55
import { UserService } from '../shared/user.service';
66
import { DialogsFormService } from '../shared/dialogs/dialogs-form.service';

0 commit comments

Comments
 (0)