fix: 🐛 add missing `await` keyword for acteur stats
Add missing await
keyword in update_db.ts
to wait for the end of the function updateActeurStats(..)
execution.
The execution was ending prematurely.