mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 10:30:22 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
||||
}
|
||||
if (params)
|
||||
{
|
||||
json::Value& ja = jr[jss::params] = json::ArrayValue;
|
||||
json::Value& ja = jr[jss::params] = json::ValueType::Array;
|
||||
ja.append(params);
|
||||
}
|
||||
req.body() = to_string(jr);
|
||||
|
||||
Reference in New Issue
Block a user