Skip to content

Commit

Permalink
Reduce unintentional differences
Browse files Browse the repository at this point in the history
  • Loading branch information
lukestanley committed Oct 28, 2024
1 parent 06f9e6b commit 059ed49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/app/_shared/404.interceptor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import { HttpInterceptor, HttpRequest, HttpResponse, HttpHandler, HttpEvent, HttpErrorResponse } from '@angular/common/http';
import {
HttpInterceptor,
HttpRequest,
HttpResponse,
HttpHandler,
HttpEvent,
HttpErrorResponse
} from '@angular/common/http';
import {Injectable} from '@angular/core';
import {Router} from '@angular/router';
import { Observable, of, from, EMPTY, empty, throwError } from 'rxjs';
Expand Down
1 change: 0 additions & 1 deletion src/app/_shared/services/uphold_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { search } from '@daz.is/jmespath';

import { environment } from '../../../environments/environment';
import * as uuid from 'uuid';
// const axios = require('axios').default;
import axios from 'axios';

const UPHOLD_OAUTH_PROXY_URL = environment.uphold.proxy + 'api/login?code=';
Expand Down

0 comments on commit 059ed49

Please sign in to comment.