Skip to content

Commit

Permalink
refactor: modify the variable type of rating (#63)
Browse files Browse the repository at this point in the history
chore: modify the variable type of rating
  • Loading branch information
K0nnyaku authored Dec 15, 2024
1 parent cf652b9 commit 4c56489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct Account {
pub college: Option<String>,
pub major: Option<String>,

pub rating: i8,
pub rating: i32,
pub active: bool,

pub created_at: chrono::NaiveDateTime,
Expand Down

0 comments on commit 4c56489

Please sign in to comment.