This commit is contained in:
Archi 2021-10-15 01:11:02 +02:00
parent 14052d9bbf
commit 2db957aec4
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -70,7 +70,7 @@ namespace ArchiSteamFarm.IPC.Integration {
continue;
}
IOpenApiAny enumObject;
IOpenApiPrimitive enumObject;
if (TryCast(enumValue, out int intValue)) {
enumObject = new OpenApiInteger(intValue);