mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 14:38:43 +00:00
GVWIE
This commit is contained in:
@@ -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) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user