Skip to content

Commit

Permalink
Update proxy_get_request.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcfreire authored Jan 7, 2025
1 parent 8d6f4dc commit 29ad7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/middleware/http/proxy_get_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ use jsonrpsee_types::{Id, RequestSer};
use std::collections::HashMap;
use std::future::Future;
use std::pin::Pin;
use std::str::FromStr;
use std::sync::Arc;
use std::task::{Context, Poll};
use tower::{Layer, Service};
Expand Down

0 comments on commit 29ad7ab

Please sign in to comment.