summaryrefslogtreecommitdiff
path: root/src/authorization/entities.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/authorization/entities.rs')
-rw-r--r--src/authorization/entities.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/entities.rs b/src/authorization/entities.rs
index 8c3f7955..4824fdd8 100644
--- a/src/authorization/entities.rs
+++ b/src/authorization/entities.rs
@@ -75,7 +75,7 @@ impl EntitiesRepository {
}
}
- pub async fn generate(&self) -> Result<Vec<CedarEntity>, Box<dyn std::error::Error>> {
+ pub async fn all(&self) -> Result<Vec<CedarEntity>, Box<dyn std::error::Error>> {
let client = reqwest::Client::new();
let mut entities = Vec::new();
let mut processed_groups = HashSet::new();