diff --git a/src/db.rs b/src/db.rs
index 6a19f0e..7b12a99 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -73,7 +73,10 @@ impl Db {
}
/// Retrieves the FCM token for a given device name (e.g. "Pixel 10").
- pub async fn get_token_by_device(&self, device_name: &str) -> Result