Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-mykhailenko committed May 4, 2024
1 parent 75c24e8 commit bf4eb0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Api/DomainV4.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,10 @@ public function create(
}

if (null !== $wildcard) {
Assert::boolean($wildcard);
$params['wildcard'] = $wildcard ? 'true' : 'false';
}

if (null !== $forceDkimAuthority) {
Assert::boolean($forceDkimAuthority);
$params['force_dkim_authority'] = $forceDkimAuthority ? 'true' : 'false';
}

Expand Down

0 comments on commit bf4eb0d

Please sign in to comment.