Skip to content

Commit

Permalink
add missing UserReport struct
Browse files Browse the repository at this point in the history
  • Loading branch information
blisscs committed Dec 13, 2024
1 parent 56ada7b commit 0a2cab0
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 0a2cab0

Please sign in to comment.