parent
468de3c0ac
commit
d8d7e73f1c
|
@ -8,7 +8,7 @@ impl Ticket {
|
|||
match &self.status {
|
||||
Status::InProgress { assigned_to } => assigned_to,
|
||||
Status::Done | Status::ToDo => {
|
||||
panic!("Only `In-Progress` tickets can be assigned to someone"),
|
||||
panic!("Only `In-Progress` tickets can be assigned to someone")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue