Skip to main content

recent

Function recent 

Source
pub async fn recent(
    db: &Db,
    limit: i64,
    model_filter: Option<&str>,
    action_filter: Option<&str>,
) -> Result<Vec<AdminAction>>
Expand description

Fetch the most recent limit admin actions, newest first.