refactor: rename DTree to DValue
This commit is contained in:
@@ -16,7 +16,7 @@ RENDER(Request& context)
|
||||
};
|
||||
|
||||
auto unit_paths = units_list();
|
||||
DTree info = unit_info("call_helpers.uce");
|
||||
DValue info = unit_info("call_helpers.uce");
|
||||
|
||||
ob_start();
|
||||
unit_call("call_helpers.uce", "emit_marker");
|
||||
|
||||
Reference in New Issue
Block a user