We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e136b1d commit cfcb6dfCopy full SHA for cfcb6df
Service/TextBuilding/PersonalLogTextBuilderBase.cs
@@ -80,7 +80,7 @@ public string GetDataValue(Dictionary<string, string> data, string key, string d
80
return defaultValue;
81
}
82
83
- return obfuscator.Obfuscate(value);
+ return obfuscator.Deobfuscate(value);
84
85
86
public string GetDecimalValue(Dictionary<string, string> data, string key)
0 commit comments