server: address some lint

This commit is contained in:
2024-08-05 15:54:26 -07:00
parent 530bd8e350
commit a84c9f0eaf
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ pub struct Email {
}
#[derive(SimpleObject)]
pub(crate) struct Tag {
pub struct Tag {
pub name: String,
pub fg_color: String,
pub bg_color: String,