diff --git a/ofborg/src/config.rs b/ofborg/src/config.rs index 8f0e398..4522337 100644 --- a/ofborg/src/config.rs +++ b/ofborg/src/config.rs @@ -55,7 +55,6 @@ pub struct GithubConfig { #[derive(Serialize, Deserialize, Debug, Clone)] pub struct GithubAppConfig { pub app_id: u64, - pub installation_id: u64, pub private_key: PathBuf, }