fix: stabilize runtime follow-up regressions

This commit is contained in:
udo
2026-06-11 23:03:07 +00:00
parent 7f757654b6
commit 20db669589
37 changed files with 906 additions and 144 deletions
@@ -26,7 +26,7 @@ void app_asset_tags(Request& context, String kind, DTree assets)
app_asset_tag_once(context, kind, scalar);
return;
}
assets.each([&](DTree item, String key) {
assets.each([&](const DTree& item, String key) {
app_asset_tag_once(context, kind, item.to_string());
});
}