Skip to content

Commit

Permalink
pull in changes from cloudflare/cloudflare-go#878
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 25, 2022
1 parent 050bd0a commit fc1c5a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ func expandWaitingRoomEvent(d *schema.ResourceData) (cloudflare.WaitingRoomEvent
Name: d.Get("name").(string),
EventStartTime: eventStartTime,
EventEndTime: eventEndTime,
PrequeueStartTime: prequeueStartTime,
PrequeueStartTime: &prequeueStartTime,
Description: d.Get("description").(string),
QueueingMethod: d.Get("queueing_method").(string),
ShuffleAtEventStart: d.Get("shuffle_at_event_start").(bool),
Expand Down

0 comments on commit fc1c5a3

Please sign in to comment.