1
0

2 Коммитууд 4bc303aa09 ... 5e8d646800

Эзэн SHA1 Мессеж Огноо
  iwanhae 5e8d646800 feat(searcher): a little query optimization 1 жил өмнө
  iwanhae 4bc303aa09 feat(searcher): a little query optimization 1 жил өмнө

+ 0 - 2
searcher/src/server/handler.rs

@@ -1,5 +1,3 @@
-use std::sync::atomic::{AtomicU64, Ordering};
-
 use super::types;
 use actix::Addr;
 use actix_web::{get, web::Data, web::Path, HttpResponse, Responder};