Skip to content

Commit 43315d2

Browse files
committed
Fixes tag name being off by 1
1 parent 36a822f commit 43315d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobufs/livekit_webhook.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ message WebhookEvent {
4949
// timestamp in seconds
5050
int64 created_at = 7;
5151

52-
int64 dequeued_at = 13;
52+
int64 dequeued_at = 12;
5353

5454
int32 num_dropped = 11;
5555

0 commit comments

Comments
 (0)