Fix typo
This commit is contained in:
parent
909632a1a4
commit
4654f48991
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ pub struct PostFlags {
|
||||||
pub pending: bool,
|
pub pending: bool,
|
||||||
pub flagged: bool,
|
pub flagged: bool,
|
||||||
pub note_locked: bool,
|
pub note_locked: bool,
|
||||||
pub statued_locked: bool,
|
pub status_locked: bool,
|
||||||
pub rating_locked: bool,
|
pub rating_locked: bool,
|
||||||
pub deleted: bool
|
pub deleted: bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue