Skip to content

Commit

Permalink
chore: Make HandleCustomerAuthInput non-generic (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Dec 10, 2024
1 parent 11cfc15 commit 9fb5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-dotnet/src/Inferable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public struct OnStatusChangeInput<T>
/// Input object for handleCustomerAuth functions
/// https://docs.inferable.ai/pages/auth#handlecustomerauth
/// </summary>
public struct HandleCustomerAuthInput<T>
public struct HandleCustomerAuthInput
{
[JsonPropertyName("token")]
public string Token { get; set; }
Expand Down

0 comments on commit 9fb5f73

Please sign in to comment.