Skip to content

Commit

Permalink
Autocreate needs to be of Object-type
Browse files Browse the repository at this point in the history
  • Loading branch information
BEndreLexly authored and lanlin committed Apr 28, 2024
1 parent c2a91eb commit 2c43d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private static function conferenceRules(): V
{
$autocreate = V::keySet(
V::key('provider', V::in(['Google Meet', 'Zoom Meeting', 'Microsoft Teams'])),
V::key('autocreate', V::arrayType()),
V::key('autocreate', V::objectType()),
);

$webEx = V::keySet(
Expand Down

0 comments on commit 2c43d51

Please sign in to comment.