fix: post page panic

This commit is contained in:
trisua 2025-04-12 22:42:57 -04:00
parent 7960484bf9
commit 9d091d5421
5 changed files with 26 additions and 2 deletions

View file

@ -164,6 +164,8 @@ impl DataManager {
}
}
self.update_user_request_count(user.id, 0).await?;
Ok(())
}
}