Skip to content

Commit ccbbf9c

Browse files
authored
Fix voice webhook event typo (#378)
1 parent e8e6105 commit ccbbf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Voice/Webhook/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Event
3131
public const STATUS_HUMAN = 'human';
3232
public const STATUS_MACHINE = 'machine';
3333
public const STATUS_TIMEOUT = 'timeout';
34-
public const STATUS_COMPLETED = 'timeout';
34+
public const STATUS_COMPLETED = 'completed';
3535

3636
/**
3737
* @var string

0 commit comments

Comments
 (0)