Skip to content

Commit

Permalink
Merge branch 'chapter_7' of https://github.com/josemoura212/zero2prod
Browse files Browse the repository at this point in the history
…into chapter_7
  • Loading branch information
josemoura212 committed Jun 15, 2024
2 parents 9612b1e + 5ebd6e5 commit a6d98c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/subscriptions.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::domain::{NewSubscriber, SubscriberEmail, SubscriberName};
use actix_web::{web, HttpResponse};
use sqlx::PgPool;
use uuid::Uuid;

#[derive(serde::Deserialize)]
pub struct FormData {
Expand Down

0 comments on commit a6d98c0

Please sign in to comment.