Merge branch 'release/FixRestProcOtherInfo'

This commit is contained in:
Samuele Locatelli
2023-04-12 12:35:27 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ namespace MapoDb
/// <returns></returns>
public static string hIobDict(string IdxMacchina)
{
return mHash($"IOB:CurrInfo:{IdxMacchina}");
return mHash($"IOB:{IdxMacchina}:CurrInfo");
}
/// <summary>
File diff suppressed because one or more lines are too long