Skip to content

Commit 8427838

Browse files
Add Support for Fastly Compute@Edge (WASM)
- remove stray whitespace from Cargo.toml - remove commented code from analytics.rs
1 parent 065f8d7 commit 8427838

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ fastly = { version = "^0.11.5", optional = true }
3333
httpmock = "0.6"
3434
rstest = "0.12.0"
3535

36-
3736
[features]
3837
default = ["blocking"]
3938
non_blocking = ["fastly"]

src/flagsmith/analytics.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ impl AnalyticsProcessor {
2323
timer: Option<u64>,
2424
) -> Self {
2525
let (tx, rx) = flume::unbounded();
26-
// let client = reqwest::blocking::Client::builder()
27-
// .default_headers(headers)
28-
// .timeout(timeout)
29-
// .build()
30-
// .unwrap();
3126
let client = SafeClient::new(headers.clone(), timeout);
3227

3328
let analytics_endpoint = format!("{}analytics/flags/", api_url);

0 commit comments

Comments
 (0)