Skip to content

Commit

Permalink
Merge pull request #3 from VMGuy23/master
Browse files Browse the repository at this point in the history
fix tupper import
  • Loading branch information
Ruthenic authored Nov 29, 2023
2 parents 10db93b + 1c3ea39 commit 127c53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tupperbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ pub struct TupperboxExport {
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct Tupper {
pub id: i64,
pub user_id: String,
pub user_id: Option<String>,
pub name: String,
pub position: i64,
pub position: Option<i64>,
pub avatar_url: String,
pub brackets: Vec<String>,
pub posts: i64,
Expand Down

0 comments on commit 127c53c

Please sign in to comment.