Skip to content

Commit

Permalink
Update chat.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlantisPleb committed Feb 21, 2025
1 parent bdf1134 commit 70096ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/server/handlers/chat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::server::{
config::AppState,
handlers::oauth::session::SESSION_COOKIE_NAME,
models::chat::{CreateConversationRequest, CreateMessageRequest, Message},
services::chat_database::ChatDatabaseService,
services::{chat_database::ChatDatabaseService, gateway::Gateway},
};

#[derive(Debug, Deserialize)]
Expand Down

0 comments on commit 70096ee

Please sign in to comment.