Skip to content

Commit 219a8e5

Browse files
committed
fix: updated isProd boolean to true
1 parent 1fabb32 commit 219a8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/freeRASP/TalsecConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class TalsecConfig
4242
/// </summary>
4343
public TalsecConfig()
4444
{
45-
isProd = false;
45+
isProd = true;
4646
watcherMailAddress = null;
4747
androidConfig = new AndroidConfig();
4848
iosConfig = new IOSConfig();

0 commit comments

Comments
 (0)