Skip to content

Commit b247690

Browse files
committed
CI fix
1 parent 3acc066 commit b247690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fastpix/InputVideo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public class InputVideo: IInputVideo
123123
{
124124
public SDKConfig SDKConfiguration { get; private set; }
125125
private const string _language = "csharp";
126-
private static readocsharpnly string _sdkVersion = SdkInfo.Version;
126+
private static readonly string _sdkVersion = SdkInfo.Version;
127127
private const string _sdkGenVersion = "2.599.0";
128128
private const string _openapiDocVersion = "1.0.0";
129129
private static readonly string _userAgent = $"speakeasy-sdk/csharp {SdkInfo.Version} 2.599.0 1.0.0 Fastpix";

0 commit comments

Comments
 (0)