Skip to content

Commit 0a04770

Browse files
author
ci.datadog-api-spec
committed
pre-commit fixes
1 parent 510f512 commit 0a04770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v2_security-monitoring_GetHistoricalJob.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ async fn main() {
77
// there is a valid "historical_job" in the system
88
let historical_job_data_id = std::env::var("HISTORICAL_JOB_DATA_ID").unwrap();
99
let mut configuration = datadog::Configuration::new();
10-
configuration.set_unstable_operation_enabled("v2.RunHistoricalJob", true);
1110
configuration.set_unstable_operation_enabled("v2.GetHistoricalJob", true);
11+
configuration.set_unstable_operation_enabled("v2.RunHistoricalJob", true);
1212
let api = SecurityMonitoringAPI::with_config(configuration);
1313
let resp = api.get_historical_job(historical_job_data_id.clone()).await;
1414
if let Ok(value) = resp {

0 commit comments

Comments
 (0)