Skip to content

Commit 388b455

Browse files
authored
Merge pull request #48 from hmlendea/normalisation
Fixed the deobfuscation
2 parents e136b1d + 2fb1ec2 commit 388b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/TextBuilding/PersonalLogTextBuilderBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public string GetDataValue(Dictionary<string, string> data, string key, string d
8080
return defaultValue;
8181
}
8282

83-
return obfuscator.Obfuscate(value);
83+
return obfuscator.Deobfuscate(value);
8484
}
8585

8686
public string GetDecimalValue(Dictionary<string, string> data, string key)

0 commit comments

Comments
 (0)