Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 30, 2025
1 parent d608bbf commit 21fa119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Shared/Services/Api.service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,7 @@ export class ApiService {
suppressNotifications = false,
skipStatusCheck = false,
): Observable<XMLHttpResponse> {
console.log({ method, apiVersion, path, headers, params });

Check failure on line 1567 in src/app/Shared/Services/Api.service.tsx

View workflow job for this annotation

GitHub Actions / eslint-check (lts/*)

Unexpected console statement
const req = () =>
from(
new Promise<XMLHttpResponse>((resolve, reject) => {
Expand Down

0 comments on commit 21fa119

Please sign in to comment.