comment issue with fix

This commit is contained in:
ModulatingForce 2024-03-31 20:12:49 -04:00
parent e711c6454d
commit 8ed672fb3a

View file

@ -279,6 +279,11 @@ async fn countdown_chnl_v1(params : ExecBodyParams) {
);
Log::flush();
// [ ] !! ISSUE : With this fix though, the custom fn is no longer
// async. This is an issue because chat module is async
// - There should be no need to change chat , as async allows
// us to multitask with messages
// let a = || {
// let chosen_channel_ar = Arc::new(RwLock::new(chosen_channel));