add a todo so i dont forget to not eat all ram

This commit is contained in:
bitfl0wer 2023-05-11 00:07:45 +02:00
parent fe63d11055
commit a2819c13f0
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ pub mod messages {
user_rate_limits, user_rate_limits,
) )
.await .await
// TODO: Deallocate the darn memory leak!
} }
} }
} }