Skip to content

Commit

Permalink
Fixes tag name being off by 1
Browse files Browse the repository at this point in the history
  • Loading branch information
itzloop committed May 29, 2024
1 parent 5bb3c92 commit 953a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobufs/livekit_webhook.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ message WebhookEvent {
// timestamp in seconds
int64 created_at = 7;

int64 dequeued_at = 13;
int64 dequeued_at = 12;

int32 num_dropped = 11;

Expand Down

0 comments on commit 953a60d

Please sign in to comment.