You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varargs=newDictionary<string,object>{{"key",steamApiKey},{"steamid_target",steamID},{"trade_offer_access_token",tradeToken??""}// kept for now};awaitiEconService.GetTradeHoldDurations(args);
if (args.Length == 1 & args[0] is IDictionary....) could work. I wouldn't want any arg as a dictionary to negate the rest.
Something like this:
if (args.Length == 1 & args[0] is IDictionary....)
could work. I wouldn't want any arg as a dictionary to negate the rest.See end of #522.
The text was updated successfully, but these errors were encountered: