small fixes
This commit is contained in:
@@ -266,7 +266,7 @@ impl<'q> AsAdmin<'q> {
|
||||
.execute(self.0)
|
||||
.map(|rows_updated| match rows_updated {
|
||||
1 => (),
|
||||
_ => panic!("RuntimeError: UnclaimItem did not make expected changes"),
|
||||
_ => panic!("RuntimeError: AddPlayer did not make expected changes"),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user