send creator of boatdamage notification when it has been repaired
This commit is contained in:
@ -145,7 +145,6 @@ impl Fairing for Usage {
|
||||
{
|
||||
let config = req.rocket().state::<Config>().unwrap();
|
||||
let Ok(mut file) = OpenOptions::new()
|
||||
.write(true)
|
||||
.append(true)
|
||||
.open(config.usage_log_path.clone())
|
||||
else {
|
||||
|
Reference in New Issue
Block a user