Skip to content

Commit fb1fcba

Browse files
committed
Regen
1 parent 2d49298 commit fb1fcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generated/VideoClient.RestClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal virtual PipelineMessage CreateGetVideosRequest(long? limit, string orde
2121
uri.AppendPath("/videos", false);
2222
if (limit != null)
2323
{
24-
uri.AppendQuery("limit", TypeFormatters.ConvertToString(limit, null), true);
24+
uri.AppendQuery("limit", TypeFormatters.ConvertToString(limit), true);
2525
}
2626
if (order != null)
2727
{

0 commit comments

Comments
 (0)