make sure to resend the data

This commit is contained in:
rootdarkarchon
2024-01-20 00:05:55 +01:00
parent a1193875a5
commit b9ef6503d2
3 changed files with 13 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ public partial class ApiController
try
{
Logger.LogDebug("Pushing Character data {hash} to {visible}", data.DataHash, string.Join(", ", visibleCharacters.Select(v => v.AliasOrUID)));
await PushCharacterDataInternal(data, [.. visibleCharacters]).ConfigureAwait(false);
}
catch (OperationCanceledException)