Format files
This commit is contained in:
parent
ecb49bf88a
commit
ab9fe76494
8 changed files with 34 additions and 34 deletions
|
@ -262,7 +262,7 @@ async fn handle_req(
|
|||
client: &mut Client,
|
||||
subscription_id: SubscriptionId,
|
||||
filters: Vec<Filter>,
|
||||
) {
|
||||
) {
|
||||
let subscription = Subscription::new(subscription_id.clone(), filters);
|
||||
let needs_historical_events = subscription.needs_historical_events();
|
||||
|
||||
|
@ -272,7 +272,7 @@ async fn handle_req(
|
|||
client.ip(),
|
||||
&subscription_error.message
|
||||
);
|
||||
|
||||
|
||||
let message = format!(
|
||||
"[\"CLOSED\", \"{}\", \"{}\"]",
|
||||
subscription_id, subscription_error.message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue