Skip to content

Commit

Permalink
fix: ldap sync api (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
RWDai authored Aug 13, 2024
1 parent 75f83ec commit aebf101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/supports/iam/src/basic/serv/iam_cert_serv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ impl IamCertServ {
.put_obj_to_str(
&format!("{schedule_url}/ci/schedule/jobs"),
&json!({"code": funs.conf::<IamConfig>().third_integration_schedule_code.clone(),
"cron": sync_cron,
"cron": vec![sync_cron],
"callback_url": format!("{}/ci/cert/sync", funs.conf::<IamConfig>().iam_base_url,),
"callback_headers":{
"Tardis-Context":tardis_ctx
Expand Down

0 comments on commit aebf101

Please sign in to comment.