Skip to content

Commit

Permalink
lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
mprew97 committed Oct 17, 2024
1 parent 97d26d7 commit e3cf6fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export const baseIterableRequest = <T = any>(
const endpoint = payload?.url ?? '';

// for most Iterable API endpoints, we require a userId or email to be set

console.log({ auth: getTypeOfAuth() });
if (
!ENDPOINTS_REQUIRING_USER.includes(endpoint) &&
getTypeOfAuth() === null
Expand Down

0 comments on commit e3cf6fa

Please sign in to comment.