2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-06-13 14:38:43 +00:00
This commit is contained in:
2026-06-07 22:08:53 +03:00
parent f1bbe8b6cd
commit 0bac2f8a74
8 changed files with 286 additions and 10 deletions
@@ -755,7 +755,7 @@ partial class EpConnection
var resourceId = Convert.ToUInt32(args[0]);
var age = (ulong)args[1];
var age = Convert.ToUInt64(args[1]);
Instance.Warehouse.GetById(resourceId).Then((res) =>
{