send creator of boatdamage notification when it has been repaired
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2024-04-17 12:44:31 +02:00
parent d0830e4631
commit 22d499d38b
2 changed files with 60 additions and 13 deletions

View File

@ -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 {