From bcaac0071cd9a511c17c123e2161a9121955879c Mon Sep 17 00:00:00 2001 From: Nawfel belgasium <46480891+Nawfel-bel@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:57:14 +0200 Subject: [PATCH] fixed typo --- Smartlook.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smartlook.cs b/Smartlook.cs index 792d20c..e270312 100644 --- a/Smartlook.cs +++ b/Smartlook.cs @@ -40,7 +40,7 @@ public SL_COMPATIBILITY_NAME(string value) public class SetupOptionsBuilder { protected string ApiKey { get; set; } - protected int Fps { get; set; }; + protected int Fps { get; set; } protected bool StartNewSession { get; set; } = false; protected bool StartNewSessionAndUser { get; set; } = false;