refactor: rename DTree to DValue
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
RENDER(Request& context)
|
||||
{
|
||||
DTree error = context.call["error"];
|
||||
DValue error = context.call["error"];
|
||||
String signal_name = error["signal_name"].to_string();
|
||||
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user