mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +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