Добавлен конвертер string->int
All checks were successful
Release / pack-and-publish (release) Successful in 9m39s
All checks were successful
Release / pack-and-publish (release) Successful in 9m39s
This commit is contained in:
@@ -36,6 +36,7 @@ public abstract class CommonRequestProvider : IRequestProvider
|
||||
Converters = {
|
||||
new JsonStringEnumConverter(JsonNamingPolicy.KebabCaseLower),
|
||||
new IntToStringConverter(),
|
||||
new StringToIntConverter(),
|
||||
new YExecutionContextConverter(api, storage),
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user