Skip to content

Commit

Permalink
Merge branch 'master' into feature/seed-via-fn
Browse files Browse the repository at this point in the history
  • Loading branch information
DenuxPlays authored Dec 13, 2024
2 parents a7e3601 + 1e20bb1 commit dd060c6
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 dd060c6

Please sign in to comment.