chore: cleanup unused config properties

This commit is contained in:
seth 2024-01-27 23:03:34 -05:00
parent 2acb319821
commit 72e171b960
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
6 changed files with 23 additions and 152 deletions

View file

@ -1,8 +1,6 @@
use color_eyre::eyre::{eyre, Result};
use rand::seq::SliceRandom;
#[macro_use]
mod macros;
mod resolve_message;
pub use resolve_message::resolve as resolve_message;