Apply suggestions from code review

This commit is contained in:
Quentin Gliech
2026-01-12 11:58:19 +01:00
committed by GitHub
parent 6915878bc6
commit 5827883979

View File

@@ -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
///