Skip to content

Commit 4401caa

Browse files
committed
fixed a fat fingered mistake
1 parent 86f56d5 commit 4401caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trackscape-discord-api/src/controllers/chat_controller.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::websocket_server::DiscordToClanChatMessage;
2-
use crate::{handler, ChatServerHRandle};
2+
use crate::{handler, ChatServerHandle};
33
use actix_web::web::Data;
44
use actix_web::{error, post, web, Error, HttpRequest, HttpResponse, Scope};
55
use celery::Celery;

0 commit comments

Comments
 (0)