mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
address bugs
This commit is contained in:
committed by
Aiden McClelland
parent
c278e7fbc2
commit
cdca5e1b67
@@ -108,6 +108,7 @@ impl RpcContext {
|
||||
revision_cache: RwLock::new(VecDeque::new()),
|
||||
metrics_cache: RwLock::new(None),
|
||||
});
|
||||
// TODO: handle apps in bad / transient state
|
||||
Ok(Self(seed))
|
||||
}
|
||||
pub async fn package_registry_url(&self) -> Result<Url, Error> {
|
||||
|
||||
Reference in New Issue
Block a user