Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 20, 2021
1 parent 4302e9e commit da1f7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl<'a, 'r> FromRequest<'a, 'r> for LoggedUser {
let users = runtime.block_on(engine.clone().list_users()).map_err(|_| {
Err((
Status::FailedDependency,
"Missing users ConfiMap".to_string(),
"Missing users ConfigMap".to_string(),
))
})?;
let organizations = runtime
Expand Down

0 comments on commit da1f7e2

Please sign in to comment.