Skip to content

Commit ab654d6

Browse files
committed
chore: cleanup
1 parent f0b60bd commit ab654d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/index-node/src/service.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ where
223223
segments.collect::<Vec<_>>()
224224
};
225225

226-
let cloned_uri = &req.uri().clone();
227-
let req_query: Option<&str> = cloned_uri.query().clone();
228-
229226
match (method, path_segments.as_slice()) {
230227
(Method::GET, [""]) => Ok(Self::index()),
231228
(Method::GET, ["graphiql.css"]) => Ok(Self::serve_file(

0 commit comments

Comments
 (0)