Skip to content

Commit 5d3d098

Browse files
authored
Merge pull request #26 from tcncloud/fix-duplicate-proto-tag
Fixes duplicate proto tag
2 parents 4921022 + e952b39 commit 5d3d098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ message GetVoiceRecordingDownloadLinkRequest {
14061406
google.protobuf.Duration start_offset = 2;
14071407
// the offset from the end of the recording to get the link for
14081408
// must be from the recording segments returned from the ListRecordingSegmentsRequest
1409-
google.protobuf.Duration end_offset = 2;
1409+
google.protobuf.Duration end_offset = 3;
14101410
}
14111411

14121412
/**

0 commit comments

Comments
 (0)