Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
💡 Add FIXME items
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Jul 4, 2021
1 parent 52619ac commit 703badb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ pub struct AccountInfo {
#[serde(flatten)]
pub basic: BasicAccountInfo,

// TODO: move to `BasicAccountInfo` and add to the database.
pub nickname: String,

// TODO: move to `BasicAccountInfo` and add to the database.
#[serde(with = "chrono::serde::ts_seconds")]
pub created_at: DateTime<Utc>,

Expand Down

0 comments on commit 703badb

Please sign in to comment.