We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c969b commit 836320eCopy full SHA for 836320e
frontend/src/app/services/api/members.service.ts
@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
2
import { serverUrl } from '../server.service';
3
import { HttpClient } from '@angular/common/http';
4
import { Endpoints } from '@octokit/types';
5
-import { catchError, Observable, tap } from 'rxjs';
+import { catchError, Observable } from 'rxjs';
6
import { throwError } from 'rxjs';
7
8
export interface Member {
0 commit comments