Skip to content

Commit

Permalink
chore: remove redundant statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasburtey committed Mar 1, 2025
1 parent 56467ba commit da9e30b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lana/app/src/service_account/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ impl ServiceAccountConfig {
}

fn get_json_creds(&self) -> Result<String, ServiceAccountError> {
if self.sa_creds_base64.is_none() {
return Err(ServiceAccountError::CredentialsNotProvided);
}

let creds = self
.sa_creds_base64
.as_ref()
Expand Down

0 comments on commit da9e30b

Please # to comment.