Skip to content

Commit

Permalink
MAKAIRA-3656 Allow recommendationId to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
duongnfq841992 committed Jul 5, 2023
1 parent edc4911 commit 29bbf1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/RecommendationQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ public function verify()
{
parent::verify();

if (null === $this->recommendationId) {
throw new DomainException('recommendationId: (identifier) must be set!');
}

if (null === $this->count) {
throw new DomainException('count: must be set!');
}
Expand Down

0 comments on commit 29bbf1c

Please sign in to comment.