diff --git a/crates/common/src/manager/config.rs b/crates/common/src/manager/config.rs
index fba77913..3bdcc82c 100644
--- a/crates/common/src/manager/config.rs
+++ b/crates/common/src/manager/config.rs
@@ -329,7 +329,11 @@ impl ConfigManager {
})
}
- pub async fn update_config_resource(&self, resource_id: &str) -> trc::Result