From e4a8957d7292db4bb1845633005bcf40f6e1204d Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 19 Mar 2025 15:34:01 -0600 Subject: [PATCH] fix on the mod --- api/src/routes/rest/routes/chats/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/routes/rest/routes/chats/mod.rs b/api/src/routes/rest/routes/chats/mod.rs index 315a1d492..3f4c15abe 100644 --- a/api/src/routes/rest/routes/chats/mod.rs +++ b/api/src/routes/rest/routes/chats/mod.rs @@ -10,7 +10,6 @@ mod list_chats; mod post_chat; mod sharing; mod update_chats; -mod sharing; pub use delete_chats::delete_chats_route; pub use get_chat::get_chat_route;