Skip to content

Commit 2fb1ec2

Browse files
committed
normalisation: Fixed deobfuscation
1 parent e136b1d commit 2fb1ec2

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)