refactor: optimize use

This commit is contained in:
ECSS 11
2026-01-13 00:45:23 -06:00
parent e45a391458
commit 0b036a6a63

View File

@@ -1,4 +1,4 @@
use crate::{config, controls, models}; use crate::{config, models};
pub struct FeishuClient { pub struct FeishuClient {
pub client: open_lark::prelude::LarkClient, pub client: open_lark::prelude::LarkClient,