From 7ff9e90145e207bdf53295358f1a97fdf2c8abf8 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Fri, 15 Feb 2019 00:00:00 +0100 Subject: [PATCH] fix variable to readonly in Scral.cs --- Lora-Bot/Moduls/Scral.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lora-Bot/Moduls/Scral.cs b/Lora-Bot/Moduls/Scral.cs index 0123645..d0ef6f0 100644 --- a/Lora-Bot/Moduls/Scral.cs +++ b/Lora-Bot/Moduls/Scral.cs @@ -15,7 +15,7 @@ namespace Fraunhofer.Fit.IoT.Bots.LoraBot.Moduls { public override event ModulEvent Update; private readonly Object getLock = new Object(); private readonly Boolean authRequired; - private String auth; + private readonly String auth; public Scral(LoraController lib, InIReader settings) : base(lib, settings) { if (!this.config.ContainsKey("general")) {