Skip to content

Commit

Permalink
cleanup un modded files (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderjson authored Jan 22, 2025
1 parent 0fb982c commit 4280f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loco-new/base_template/examples/playground.rs.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use {{settings.module_name}}::app::App;
async fn main() -> loco_rs::Result<()> {
let _ctx = playground::<App>().await?;

// let active_model: articles::ActiveModel = ActiveModel {
// let active_model: articles::ActiveModel = articles::ActiveModel {
// title: Set(Some("how to build apps in 3 steps".to_string())),
// content: Set(Some("use Loco: https://loco.rs".to_string())),
// ..Default::default()
Expand Down

0 comments on commit 4280f92

Please sign in to comment.