Skip to content

Commit

Permalink
get rid of delete team struct
Browse files Browse the repository at this point in the history
  • Loading branch information
nebudev14 committed Sep 3, 2022
1 parent 67a7079 commit e5d28f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/db_models/src/invite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ pub struct Invite {
pub struct NewInvite {
pub team_id: i32,
}

#[derive(Clone, Debug,, Deserialize)]
pub struct DeleteInvite {}

0 comments on commit e5d28f0

Please sign in to comment.