update target

This commit is contained in:
beckerinj
2022-11-29 01:39:17 -05:00
parent 500e180241
commit 8c87102116

View File

@@ -384,9 +384,9 @@ pub enum AccountType {
#[serde(tag = "type", content = "id")]
pub enum UpdateTarget {
System,
Build(String),
Deployment(String),
Server(String),
Build(BuildId),
Deployment(DeploymentId),
Server(ServerId),
}
impl Default for UpdateTarget {