From 582788397906a0fe08d8a2ff15095da0e2bd1e9c Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 12 Jan 2026 11:58:19 +0100 Subject: [PATCH] Apply suggestions from code review --- crates/storage/src/oauth2/refresh_token.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/storage/src/oauth2/refresh_token.rs b/crates/storage/src/oauth2/refresh_token.rs index 68b3a15e2..c0ef40eca 100644 --- a/crates/storage/src/oauth2/refresh_token.rs +++ b/crates/storage/src/oauth2/refresh_token.rs @@ -121,8 +121,8 @@ pub trait OAuth2RefreshTokenRepository: Send + Sync { /// # Parameters /// /// * `since`: An optional timestamp to start from - /// * `until`: The timestamp before which to revoke tokens - /// * `limit`: The maximum number of tokens to revoke + /// * `until`: The timestamp before which to delete tokens + /// * `limit`: The maximum number of tokens to delete /// /// # Errors ///