Skip to content

Commit

Permalink
Merge pull request #1083 from blisscs/add-missing-user-report-struct
Browse files Browse the repository at this point in the history
Add missing UserReport struct in the documentation
  • Loading branch information
jondot authored Dec 13, 2024
2 parents 56ada7b + 0a2cab0 commit 1e20bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs-site/content/docs/getting-started/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,8 @@ use loco_rs::task::Vars;
use crate::models::users;
pub struct UserReport;
#[async_trait]
impl Task for UserReport {
fn task(&self) -> TaskInfo {
Expand Down

0 comments on commit 1e20bb1

Please sign in to comment.