diff --git a/bffhd/users/db.rs b/bffhd/users/db.rs
index 98d0005..c595e5f 100644
--- a/bffhd/users/db.rs
+++ b/bffhd/users/db.rs
@@ -146,21 +146,20 @@ impl UserDB {
self.db.get(&txn, &uid.as_bytes())
}
- pub fn get_by_token(&self, token: &str) -> Result