Skip to content

Commit

Permalink
Remove check for at least one owner
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Nov 26, 2024
1 parent 4b4e654 commit 2c8e82d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/loaders/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ export async function getInCommonEventsWithEvents(
receivedOwners != null &&
receivedOwners === receivedEventIds &&
receivedEventIds === totalInCommon &&
Object.values(inCommon.inCommon).every((owners) => owners.length > 0) &&
receivedEvents != null &&
totalEvents != null &&
receivedEvents === totalEvents &&
Expand Down Expand Up @@ -551,7 +550,6 @@ export async function getInCommonEventsWithEvents(
receivedOwners != null &&
receivedOwners === receivedEventIds &&
receivedEventIds === totalInCommon &&
Object.values(inCommon.inCommon).every((owners) => owners.length > 0) &&
receivedEvents != null &&
totalEvents != null &&
receivedEvents === totalEvents &&
Expand Down

0 comments on commit 2c8e82d

Please sign in to comment.